python_string_lower.py:
x
 
a = "Hello, World!"
print(a.lower())