upper()
Converts string to
uppercase
.
>>>
spam
=
'Hello, world!'
>>>
spam
.
upper()
'HELLO, WORLD!'