python_ref_string_casefold.py:
x
 
txt = "Hello, And Welcome To My World!"
x = txt.casefold()
print(x)