Source Code:
(back to article)
x = 0 x = x + 1 print(x) # Output: 1
Result:
Report an issue