Python String upper() Method
Definition and Usage
The upper()
method returns a string where
all characters are in upper case.
Symbols and Numbers are ignored.
Syntax
string.upper()
Parameter Values
No parameters
Related Pages
Tutorial: Python Strings
Tutorial: Python Modify Strings