Python str.upper() Method
The upper() method returns a string where all characters are in
upper case. Symbols and numbers are ignored.
Syntax
string.upper()
Parameters
No parameters.
Return Value
A string.
Example
Using the upper() method:
Output
Click Run to execute your code
Enjoying these tutorials?