sss.py 109 B

1234567
  1. aa = "0112314860b2047431411"
  2. bb = ''.join(filter(lambda x: x.isdigit(), aa))
  3. print(bb)
  4. print(aa.isdigit())