python_ref_string_isidentifier_1.py:
x
 
txt = "Demo"
x = txt.isidentifier()
print(x)