python_ref_string_isdigit_1.py:
x
 
txt = "20491001"
x = txt.isdigit()
print(x)