advance method
advance
Increment the position.
def advance(self):
...
advance
The increment position on N
def advance(self, n):
...
Parameter | Type | Description |
---|---|---|
n | int | The number. |
Increment the position.
def advance(self):
...
The increment position on N
def advance(self, n):
...
Parameter | Type | Description |
---|---|---|
n | int | The number. |