import re
s="abcHello wo=A9rld"
if s.startswith('abc'):
	print(re.sub(r'=[A-Z0-9]+', '', s[3:]))