Answer:
a = input("please enter a word: ")
print("Here is the capitalized version: ")
print(a.upper())
5.7m questions
7.4m answers