Oct 9, 2024
Python Interpreter
IDE (Integrated Development Environment)
print() function to display output.
print("I like pizza")# (pound sign).Reusable containers for values.
Data Types:
True or False.Use f-string for string interpolation: f"Hello, {variable}".
+-*///%+=, -=, *=, /=, //=, %=.str(), int(), float(), bool().input() to get user input.string type.if, elif, else.==, !=, <, >, <=, >=.[].append(), remove(), pop(), clear().().{}.