advance method

advance

Increment the position.

def advance(self):
    ...

advance

The increment position on N

def advance(self, n):
    ...
ParameterTypeDescription
nintThe number.

See Also