fork download
  1. s = '188 990 тг'
  2. x = int(''.join(c for c in s if c.isnumeric()))
  3. print(x)
Success #stdin #stdout 0.01s 27616KB
stdin
Standard input is empty
stdout
188990