24th May 2020, 11:25 PM
Josshual A. Toro M.
Josshual A. Toro M. - avatar
- 1
Gurseerit , If you don't want to use upper API then below is the other way to do it. If your string has other than lowercase character then you have to manage it. print(''.join([chr(ord(x)-32) for x in input()]))
24th May 2020, 11:58 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar