Python Basics:
• Basic datatypes: numbers, booleans, and strings.
• Basic operators: arithmetic, string operators, and string methods.
• Relational and logical operators.
• assert statements and built-ins.
• Simple input and output with input and print.
|