python_ref_string_capitalize_1.py:
x
 
txt = "hello, and welcome to my world."
x = txt.capitalize()
print (x)