Your first Python program in IDLE

 

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