demo_ref_string_isdecimal.py:
txt = "\u0033" #unicode for 3 x = txt.isdecimal() print(x)
C:\Users\My Name>python demo_string_isdecimal.py
True