a = 3
b = 4
c = (a # continue on next line
+ b)
print c
# the output is 7
Figure 3