How to Run your First Code in Python

1 - Download Python : Python
2 - Install on your PC
3 - Open Notepad++
4 - Write:
print("Hello World, this is my first line of code in Python")
5 - Create a folder "IDEAFolder" and save as "IDEAPython.py"
6 - Open Command Prompt
7 - Write: cd Desktop/IDEAFolder
8 - Write: python IDEAPython.py
9 - Congratulation for your first Python Program
Full Video:
No comments