1. Download python from python official site search "python download" in google
2. Install in your machine
3. verify using : "python --version" command
4. Write first program using notepad
create a file named test.py and write the first line "print("Hello World");"
Save it.
5. Run : python test.py
Code Examples: