python print(), .lower() and .upper() are all different code example Example: python capitalize the entire string message="hi" print(message) print(message.upper())