Addition III

Assignment

Modify 006.py so that there are two print statements. The first prints the two values to be added, and the second does the math.

The output should look similar to "The sum of __ and __ is __. ".

Save as "007.py".