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