Three ways to run Python programs :
1. Interactive Coding
2. Files (such as NotePad, WordPad)
3. Integrated Development Environment (IDE)
Coding in IDE
1. Select File - new - Python Script
2. Type code :
print "Hello World“
3. Select File - Save
4. Select File - Run
No comments:
Post a Comment
Note: only a member of this blog may post a comment.