Art Class by lynn

a=[' ']*999
n=input()
while n:a[int(n[:2],36)-370]='#';n=n[2:]
for i in range(15):print(''.join(a[i::36]).rstrip())

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