Switzerhegg 2012 by leonid

n=input()
s="Easterhegg"*999
for k in 5,4,2,4,5:k*=n;exec"print s[:k]+'  '*(n*5-k)+s[k:k*2];s=s[k*2:];"*n

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page