uppercase in python 3 code example Example: python capitalize the entire string message="hi" print(message) print(message.upper())