fork download
  1. a = '\t<56,000'
  2. b = int(a.translate(None, "\t<,"))
  3. print b
Success #stdin #stdout 0.02s 6356KB
stdin
Standard input is empty
stdout
56000