how do i capitalize the first lettter of a string in python code example Example: python capitalize the entire string message="hi" print(message) print(message.upper())