Posts

Showing posts from January, 2019
Different Mode Programming Interactive Mode Programing:-                        C:>python ↲ [Press Enter]                        python 3.7                            ⇶ print("Hello World")                        OUTPUT:-                        Hello World
Integrated Development Environment(IDLE) You can run Python from a graphical user Interface(GUI) environment as well, if you have a GUI application on your system that supports python. Unix : IDLE Windows : python win Macintosh : IDE[Download from Macbinary or Binhex'd file.]