Assignment 1
Python Review
Submit before 11:30 PM Saturday September 18

Overview

You will review basic interactive Python functions and formatting.

Requirements

  1. Complete the following Parsons problems. A correct solution will appear in green after you click on the 'Get feedback' link.

    1. Name query with length output (simple if statement, easy)
    2. Race comparison (multi-part if statement)
    3. Conditional interactive greeting with string formatting
  2. Write an interactive function (no parameters, no return value) that performs a query and response with a user. At minimum, it should query and use the folllwing in the response:

    • A name
    • A number
    • Any additional query that can have multiple responses (use an if statement)

Deliverables

Submit one attachment: a txt file (e.g. README.txt) that includes the following:

  • A summary of your accomplishments (include collaboration and process notes)
  • A statement describing how the Parsons problems went. Instead of providing solutions, provide observations of what you noticed.
  • A demo showing the user interaction under all relevant conditions
  • Your source code (i.e. your Python program)

The assignment is worth 10 points. In addition to meeting the requirements, full credit requires a neatly formatted txt file with well written content.