demo_ref_string_isdecimal.py:
txt = "u0033" #unicode for 3 x = txt.isdecimal() print(x)
➜ begtut>python demo_string_isdecimal.py
True