python_ref_string_isdecimal_1.py:
x
 
txt = "\u0033" #unicode for 3
x = txt.isdecimal()
print(x)