You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not think "A = numpy.linspace(0,10,6).reshape(2,3)" is correct answer for question 2 because the type of the elements in A is 'float64'.
The other two correct answers have int64.
.
The text was updated successfully, but these errors were encountered:
Quiz #2 is also currently entered as an assignment in Canvas, instead of a quiz like the other two quizzes. (Not sure if it even makes a difference, but at first I was confused about why there were grades in the assignment category).
I do not think "A = numpy.linspace(0,10,6).reshape(2,3)" is correct answer for question 2 because the type of the elements in A is 'float64'.
The other two correct answers have int64.
.
The text was updated successfully, but these errors were encountered: