3 lines
82 B
Python
3 lines
82 B
Python
![]() |
any = str(input('Type any thing to display in UPPER case : '))
|
||
|
print(any.upper())
|