You need data which can act as a simple telephone directory. You can obtain it with the following clauses (choose two relevant variants; assume that no other items have been created before)
Which of the following sentences are true? (Select two answers)
Which of the following literals reflect the value given as 34.23? (select two answers)
What is the expected behavior of the following code?
What can you do if you don’t like a long package path like this one?
What is the expected behavior of the following code?
It will:
Python's built-in function named open () tries to open a file and returns:
Which of the following statements are true? (Select two answers)
Assuming that the code below has been executed successfully, which of the following expressions evaluate to True? (Select two answers)
Which of the equations are True? (Select two answers)
A two-parameter lambda function raising its first parameter to the power of the second parameter should be declared as:
Assuming that the following code has been executed successfully, select the expressions which evaluate to True (Select two answers)
Assuming that String is six or more letters long, the following slice
String[1:-2]
is shorter than the original string by:
What is the expected output of the following code?
With regards to the directory structure below, select the proper forms of the directives in order to import module_c. (Select two answers)
Which of the following expressions evaluate to True? (Select two answers)
Assuming that the V variable holds an integer value to 2, which of the following operators should be used instead of OPER to make the expression equal to 1?
V OPER 1 -
Which line can be used instead of the comment to cause the snippet to produce the following expected output? (Select two answers)
Expected output:
1 2 3
Code:
A variable stored separately in every object is called:
What is the expected behavior of the following code?
x - 3 % 1
y -1 if x > else 0
print (y)
A compiler is a program designed to (select two answers)
What is the expected behavior of the following code?