Python String upper() Method
Definition and Usage
The upper() method returns a string with all characters in uppercase.
Symbols and numbers will be ignored.
Syntax
string.upper()
Parameter Value
No Parameters
The upper() method returns a string with all characters in uppercase.
Symbols and numbers will be ignored.
string.upper()
No Parameters