Mar 3, 2025
print("Hello World").character_name = "John", character_age = 35.upper(), .lower()), checking .isupper(), .islower(), and more.abs(), pow(), max(), min(), round(), floor(), ceil(), and sqrt() for mathematical operations.input() function to get user input.int() or float().monthConversions = { 'Jan': 'January', 'Feb': 'February' }and, or, and not to combine conditions.def to define a function, followed by parameters in parentheses.return statement.class SubClass(ParentClass) to inherit.open() to open files and close() to close them.r (read), w (write), a (append)..read(), .readline(), or .readlines().try and except blocks to handle exceptions (errors) gracefully.import.pip.