Merry Christmas

import re



string = open('nf21cea1mg.html', 'r').read()

string = re.sub(re.compile("/\*.*?\*/",re.DOTALL ) ,"" ,string)

open('decode.txt', 'w').write(string)



: