any = str(input('Type any thing to display in UPPER case : ')) print(any.upper())