python_ref_string_lower.py:
x
 
txt = "Hello my FRIENDS"
x = txt.lower()
print(x)