HomeAbout

Increment

x = 1 x += 1 # same as: x = x + 1 print(x) # 2
AboutContact