day of the week of 2018 by xsot

i=hash(input())%13%7
n=1
for m in b"\x1f\x1c\x1f\x1e\x1f\x1e\x1f\x1f\x1e\x1f\x1e\x1f":
 s='%02d:'%n;n+=1
 while i<m:s+=' %02d'%-~i;i+=7
 i-=m;print(s)

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page