Please identify each problem as shown here, with a two-letter code prefixing the exercise number.
TP2.3, that is, exercise 3 in chapter 2 of
Think Python. Add one more expression to the list: width//2.
MX1.1 After reading the GusAir background document, what would you like to ask the clients?
MX1.2 The GusAir background document indicates that "we have been asked to find out what [fixed] price would maximize revenues". What other related information do you think we should also provide, still sticking with the simple idea of fixed pricing?
MX1.3 The GusAir background document indicates that "we have been asked to find out what [fixed] price would maximize revenues". What approach, expressed in English, would you use to answer this question?
CA1.6, that is, exercise 1.6 in chapter 1 of
Concrete Abstractions, which appears on page 13. However, write a Python procedure
named turkey_servings rather than a Scheme procedure
named turkey-servings. Your procedure should provide its answer as a return value; it should not use print.
TP6.3, that is, exercise 3 in chapter 6 of Think Python. Once again, the problem calls for an answer to be returned, not printed.