Ask a New Question
Search
Questions and answers by
Jewlius houseman
Questions (4)
Which term describes an error in which the variable has NOT been defined before being used?
11 answers
142 views
Which of the following is a logic error?
1 answer
86 views
George is creating a program that will ask the user to input their grade in school. George wants to prevent the program crashing
1 answer
295 views
Which of the following is a logic error?
1 answer
153 views
Answers (5)
What will be the output of these lines of code? For i in range (1, 5): print (i)
What does sys.exc_info() [0] do?
Why would you choose to use the sys module?
Which error statement can you expect to see if there is an error in opening a file or printing?
Which error will occur if the code includes the line a=b/0?