Concentric Circles by twobit

r=range(902)
for i in r:
 if i in[(x%30)**2+(~x/30)**2for x in r]:print"%f"%i**.5

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

download

return to the top page