Mar 16, 2025
print() to display output in the console; include text using double or single quotes.# for single-line comments; helpful for code documentation.str(), int(), float(), and bool() to convert types.input() to receive user input as a string.+, -, *, /, ** (exponent), % (modulus).round(), abs(), pow(), max(), min(), sqrt(), ceil(), floor(). Requires import math.or, and, not for combining conditions.==, !=, <, >, <=, >=.def keyword.return.