Jan 27, 2025
print() function to display output=age = 20input() function to receive input from usersint(), float(), bool(), or str().upper(), .lower(), .find(), and .replace()in operator to check for substrings+, -, *, // (float), // (integer)% (modulus), ** (exponentiation)>, <, ==, !=, >=, <=***and, or, notif statementsif, elif, and else to make decisionsnames = ['John', 'Bob']append(), insert(), remove(), and clear()numbers = (1, 2, 3)