# Name: ... # CSE 160 # Winter 2020 # Homework 1 # You may do your work by editing this file, or by typing code at the # command line and then copying it into the appropriate part of this file when # you are done. When you are done, running this file should compute and # print the answers to all of the problems given. # Uncomment the line below to make the math.sqrt function available # import math # Problem 1 print("Problem 1 solution follows:") # ... write your code and comments here (and remove this line) # Problem 2 print("Problem 2 solution follows:") # ... write your code and comments here (and remove this line) # Problem 3 print("Problem 3 solution follows:") # ... write your code and comments here (and remove this line) # Problem 4 print("Problem 4 solution follows:") # ... write your code and comments here (and remove this line) # Problem 5 print("Problem 5 solution follows:") # ... write your code and comments here (and remove this line) # Problem 6 print("Problem 6 solution follows:") # ... write your code and comments here (and remove this line) # Collaboration # ... Write your answer here, as a comment (on lines starting with "#").