python-by-example-150-chall.../challenges20-26/challenge-024.py

3 lines
82 B
Python
Raw Normal View History

2019-07-17 14:56:46 +08:00
any = str(input('Type any thing to display in UPPER case : '))
print(any.upper())