Table of Contents
1. Two ways to execute Python programs
1.Interactive
2. Command line
2. Variables
1. Composition of variables
2. The definition specification of the variable name
3. Define variables Two ways
4. Constants
3. Python variable memory management
1. Reference counting
2. Garbage collection mechanism
3, small integer pool
4. Memory address and data type
5. Example:
4. Fancy assignment
1. Chain assignment
2. Cross assignment
3. Multiple variable assignment
5. Interacting with the user
6. Formatted output
1. Placeholder (old string formatting, gradually phased out)
2, format format
1. Format: