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

3 lines
82 B
Python
Raw Normal View History

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