fork download
  1. import re
  2. print(re.sub(r'\j', '', 'joy'))
Success #stdin #stdout 0.01s 9016KB
stdin
Standard input is empty
stdout
oy