Can a module run like regular code?
Answer : A
Which of the following sentences are true? (Select two answers)
Answer : B, D
If you want to access an exception object's components and store them in an object called e, you have to use the following form of exception statement
Answer : C
Which of the following snippets will execute without raising any unhandled exceptions? (Select answers)
A)

B)

C)

D)

Answer : B, C, D
Python's built-in function named open () tries to open a file and returns:
Answer : C
Assuming that the following piece of code has been executed successfully, which of the expressions evaluate to True? (Choose two.)

Answer : A, C
How many lines does the following snippet output?

Answer : A