import re, sys
sys.stdout.write(re.sub(re.compile('History:\n(.*?)\n\n', re.S), '', open('alr.txt').read()))
