fork download
  1. a = '$hell@o wo#rld'
  2. print(''.join(x for x in a if x not in '$#@'))
Success #stdin #stdout 0.02s 9128KB
stdin
Standard input is empty
stdout
hello world