Home Schedule Guides Study Material

Homework 1: Python Practice (20 points)

STEP I: Setup

  1. Make a folder inside your "CS102" folder called "hw01"
  2. Download hw01.py
  3. Move hw01.py into the "hw01" folder
  4. Open hw01.py with Thonny
  5. You do not need to edit the print statements or comments that are already there
  6. Write your code below each question
    • If the question asks you to explain something, use comments #
    • Example:
  7. READ ALL COMMENTS AND ANSWER THE QUESTIONS IN THE hw01.py FILE
  8. Submit hw01.py to Moodle when you are finished