Display text and variables to the console using print().
Capture keyboard input and convert data types.
Working with Integers, Floats, Strings, and Booleans.
Math operations: Addition, Subtraction, Division, Modulus.
Control flow using If, Elif, and Else statements.
Comparing numbers to find the largest or smallest value.
Summing a list of numbers and dividing by the count.
Repeating tasks efficiently using For and While loops.
Storing multiple items, accessing indices, and appending.
Slicing, concatenation, formatting, and casing.