Tag: Python
Conditional Statements in Python
Control program flow by running code only when conditions are true.
if, elif and else in Python
Write multi-branch decisions with if / elif / else for clear control flow.
Variables and Constants in Python
Store values in variables and follow naming conventions for constants.
Data Types in Python
Understand core Python types: int, float, str, bool, list, tuple, set, and dict.
Type Casting in Python
Convert between types using int(), float(), str(), list(), and related helpers.
Input and Output in Python
Read user input with input() and display results with print() and f-strings.
Operators in Python
Use arithmetic, comparison, logical, and assignment operators in Python expressions.
Features of Python
Explore Python features: simple syntax, huge standard library, cross-platform support, and rich ecosystems.