tutorial.eyehunts.com
How to capitalize elements in list Python | Uppercase Example code
Use string upper() method to convert every element in a list of strings into uppercase (capitalize) in Python code.
Rohit