Your first Python program in IDLE
- in IDLE, select File --> New File
- type this in the new blank window: print("hello world")
- select File --> Save As "hello world" and save to your python Google Drive folder
- F5 to run the program (or Run --> Run Module)