Posts

Showing posts with the label Python Interpreter mode

Python Interpreter mode

                                                              Python Interpreter mode       The Python interpreter is a program that reads and executes Python code, in which Python statements can be stored in a file.  The Python system reads and executes the commands from the file, rather than from the console.  Such a file is termed as Python program.            Depending on the  environment, start the interpreter by clicking on an icon, or by typing python on a command line.  When it starts. the output  will be shown in      Fig.1 Python 3.6.0 Shell           Python 3.6.0 (v3.6.0:41df79263all, Dec  23 2016, 07:18:10)  [MSC v.1900 32 bit (Intel)]  on win32           Type "copyrigh...