Concentric Circles by rolf

R=range(99)
for z in sorted(set(x*x+y*y for x in R for y in R))[1:301]:print"%f"%z**.5

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

download

return to the top page