fork download
  1. import re
  2. s="abcHello wo=A9rld"
  3. if s.startswith('abc'):
  4. print(re.sub(r'=[A-Z0-9]+', '', s[3:]))
Success #stdin #stdout 0s 23352KB
stdin
Standard input is empty
stdout
Hello world