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