python-by-example-150-chall.../challenges20-26/challenge-024.py
2019-07-17 09:56:46 +03:00

3 lines
82 B
Python

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