Python Basic¶
1. Python Output¶
Python Output
Print Parameter
2. Data Types¶
Data Type
Dictionary | |
---|---|
Output | |
---|---|
3. Variables¶
Info
4. Comments¶
Comments
5. Keywords & Identifiers¶
Keywords
Output | |
---|---|
Identifiers
- You can't start with a digit
- You can't use underscore
- You can't use special Symbols
6. User Input¶
Input
7. Type Conversion¶
-
Implicit Type Conversion: This is done automatically by Python.
-
Explicit Type Conversion: This is done by the programmer using predefined functions
Conversion Type
8. Literals¶
Literals