Question 2 (0.5 points)
Question 2 options:
What parameter(s) do we need to provide for to return a year between 1970 and 2020?
randomYear = random.randrange(__)
Question 3 (0.5 points)
Select all the different types of errors we covered
Question 3 options:
Irrational Errors | |
Semantic Error | |
Participation Errors | |
Syntax Error | |
Runtime Error | |
Eccentric Errors |
Question 4 (0.5 points)
What type of error happens before the Python starts running the code and often includes typos, missing keywords, or improperly setup code?
Question 4 options:
Runtime Error | |
Syntax Error | |
Semantic Error | |
Eccentric Error |
Question 5 (0.5 points)
What type of error occurs when your program runs through your code successfully but doesn’t provide you with the output you were expecting?
Question 5 options:
Semantic Error | |
Runtime Error | |
Eccentric Error | |
Syntax Error |