Source Code:
(back to article)
a = 5 b = 2 a += b print(a) # Output: 7
Result:
Report an issue