1. Check whether you have python installed
- In Windows go to command prompt
- Type python
- I have encircled the version
- To quit, type quit() or Cntl + Z
- If python is not installed it will display "Python is not recognized", in that case try to download and install python from http://python.org/download.
First Python Program
Open up Notepad ++
How will i execute the program
- Go to command prompt
- Navigate the folder where the python file is saved
- Execute the program by running the command : python
Results
No comments:
Post a Comment