python_ref_string_title_1.py:
x
 
txt = "Welcome to my world"
x = txt.title()
print(x)