About this document
Python Data Types and Program Structure by anisha is a document available to read on EtoBox.
Python provides two modes for executing code: 1. Interactive mode (REPL) allows executing code line-by-line and is good for beginners. 2. Script mode saves code in a file with a .py extension and allows executing larger programs. Python code is made up of statements which are individual instructions that can be executed. Keywords like if, else, for are reserved and cannot be used as variable or function names.
- Author
- anisha
- Language
- EN