In [1]:
my_string="python"

In [2]:
my_string.upper()


Out[2]:
'PYTHON'

In [ ]: