In some places in the assignment, it’s been suggested to use the math library and it is actually quite useful to implement the various functions from scratch. But the math library is not imported by default. And moreover, we cannot import it ourselves since any sort of modification is prohibited. Is it somehow possible to still use the math library? Can we import it inside a function within the ### START CODE HERE ### …### END CODE HERE ### block?
Yes you can import anywhere in the body of the cell, hopefully it doesnt trigger any issues with the grader.