how to change a character to uppercase in python code example Example: python capitalize the entire string Click to copymessage="hi" print(message) print(message.upper())