python_ref_string_upper.py:
x
 
txt = "Hello my friends"
x = txt.upper()
print(x)