python_ref_string_isnumeric_1.py:
x
 
txt = "20491001"
x = txt.isnumeric()
print(x)