""" Student name: Date: HW1: Getting Started with Python """ # Exercise A: Course Policies # A.1: # A.2: # A.3: # A.4: # A.5: # A.6: # A.7: # A.8: # A.9: # Exercise B.1: Expressions # B.1.1: # B.1.2: # B.1.3: # B.1.4: # B.1.5: # B.1.6: # B.1.7: # B.1.8: # B.1.9: # B.1.10: # Exercise B.2: Shortcut Expressions # B.2.1: # B.2.2: # B.2.3: # B.2.4: # B.2.5: # B.2.6: # B.2.7: # B.2.8: # Exercise B.3: Evaluation walkthrough """ Your answer here. """ # Exercise B.4: Complex numbers # B.4.1: # B.4.2: # B.4.3: # B.4.4: # B.4.5: # B.4.6: # Exercise B.5: Functions on complex numbers # B.5.1: # B.5.2: # B.5.3: # B.5.4: """ Your answer here. """ # Exercise B.6: String expressions # B.6.1: # B.6.2: # B.6.3: # B.6.4: # B.6.5: # Exercise B.7: Fun with quotes and slashes # Your answer here. # Exercise B.8: String generation # Your answer here # Exercise B.10: String formatting # Exercise B.11: Terminal input # Exercise B.12: Quadratic expressions # Exercise B.13: DNA