itsarreguin / comprehension

Print square root in a normal Python program and using dictionary comprehension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python dictionary comprehension

readme-top-image




Clone

Clone repository using git clone command from your CLI

With SSH:


git clone git@github.com:itsarreguin/comprehension.git

With HTTPS


git clone https://github.com/itsarreguin/comprehension.git

Run code in CLI

Run this codes using python or py command in Windows or python3 in MacOS


python3 file_name.py


py file_name.py


python file_name.py

About

Print square root in a normal Python program and using dictionary comprehension


Languages

Language:Python 100.0%