Expand number ranges FIXED by twobit

while 1:
\x09a,b,c=map(eval,raw_input().split())
\x09while.1+a<b:print"%g"%a,;a+=c
\x09print

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

download

return to the top page