Run »
txt = "565543" x = txt.isnumeric() print(x)
True