python_ref_string_capitalize_2.py:
x
 
txt = "63 is my age."
x = txt.capitalize()
print (x)