string = str(input("Your name:- ")).upper() print(string)
word = input("Please Enter a word:").lower() # Or `.upper()`