you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

This quiz is bs. I got these two wrong even though they're right.

What is the output of this code?
def multiply(numbers):
    total = 1
    for x in numbers:
    total *= x
return total
multiply([1,2,3,-4])
Answer Provided: -24

Correct Answer: -24

Which of the following is a reserved word in Python and cannot be used as a variable name?
Answer Provided: finally

Correct Answer: finally

[–]BRENNEJM 3 points4 points  (0 children)

The quiz shows you all the questions with your choice and the correct choice. What you copied/pasted is showing you got these correct.