When making a multi-table query in Microsoft Office, there must be an assurance that the tables are properly determined in the "Relationships Window." After which, the Microsoft Office's Query Wizard would greatly come in handy in constructing the multi-table query you want to create.
Answer:
A, Capital gains on the investment will be taxed at a lower rate.
Explanation:
Take this one step at a time. Your teacher has given you the code for step 1. Now write step 2. Then 3, and so on.
For step 2: if you're using Python v2.x you'd use a line like
guess = int( raw_input( "Take another guess: " ) )
For Python v3.x it would be:
guess = int( input( "Take another guess: " ) )
Break it down into small pieces, it's not a complicated assignment.