Introduction to Python
Introduction to Python:
- Python is a High Level Programming Language
- Python Language uses an Interpretor,Which is a program that both translates and executes the instructions in a high-level language program.
- Python interpreter has two modes:
- Interactive Mode: the interpreter waits for you to type Python statements on the keyboard
- Script Mode: the interpreter reads the contents of a file that contains Python statements.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment