step = 0
def autoInt():
global step,code
pstart = 1
pintervel = 1
if (step == 0):
step = pstart
else:
step = step + pintervel
step = code
return code
step = 0
def autoInt():
global step,code
pstart = 1
pintervel = 1
if (step == 0):
step = pstart
else:
step = step + pintervel
step = code
return code