>>> x=6     # create and populate x
>>> y=5     # create and populate y
>>> x+y     # add x to y and display the sum
11
>>>

Figure 3