code in python to make all characters of a string capital code example Example: python capitalize the entire string message="hi" print(message) print(message.upper())