Expand number ranges FIXED by z

while 1:
 b,e,s=map(eval,raw_input().split())
 while.1+b<e:print'%g'%b,;b+=s
 print

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

download

return to the top page