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