next odd number by z423x5c6

while 1:
 a=int(input())
 print(a+a%2+1)

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

download

return to the top page