Loading questions...
Updated
What is true about Python class constructors? (Choose two.)
Assuming that the following piece of code has been executed successfully, which of the expressions evaluate to True? (Choose two.)
Assuming that the code below has been executed successfully, which of the expressions evaluate to True? (Choose two.)
A property that stores information about a given class's super-classes is named:
Which of the following lines of code will work flawlessly when put independently inside the add_new() method in order to make the snippet's output equal to [0,
1, 2]? (Choose two.)
What is the expected output of the following code?
What is the expected output of the following code if there is no file named non_existing_file inside the working directory?
What is the expected output of the following code if the file named existing_text_file is a non-zero length text file located inside the working directory?
What is the expected behavior of the following code?
Assuming that the following code has been executed successfully, which of the expressions evaluate to True? (Choose two.)
Assuming that the following snippet has been successfully executed, which of the equations are True? (Choose two.)
What is the expected output of the following code?
Which of the following lambda definitions are correct? (Choose two.)
Which of the following statements are true? (Choose two.)
What is the expected behavior of the following code?
Which of the following snippets will execute without raising any unhandled exceptions? (Choose two.)
A.
Which of the following expressions evaluate to True? (Choose two.)
What is the expected behavior of the following code?
What is the expected behavior of the following code?
What is the expected behavior of the following code?
The bases property contains:
Assuming that the following snippet has been successfully executed, which of the equations are False? (Choose two.)
What is the expected behavior of the following code?
What will be the value of the i variable when the while e loop finishes its execution?
What is the expected output of the following snippet?
B.
C.
D.