python_string_upper.py:
x
 
a = "Hello, World!"
print(a.upper())