0 Comments
Answer:
a = input("please enter a word: ")
print("Here is the capitalized version: ")
print(a.upper())