Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 445 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 445 Bytes

Python Hello World

Python is a programming language that is interpreted. It is designed to be highly readable and easy to use.

you can found python at: https://www.python.org/

run the program

You need to install python first.

you can found how to install python at: https://www.python.org/downloads/

For run the program, you can use the command:

python hello.py