HOME/Articles/

mysql example lern countfromby (snippet)

Article Outline

Python mysql example 'lern countfromby'

python lern countfromby

Python mysql example: lern countfromby

class CountFromBy:
    def __init__(self, v: int, i: int) -> None:
        self.val = v
        self.incr = i
    def increase(self) -> None:
        self.val += self.incr