Question 71
Assuming that the following piece of code has been executed successfully, which of the expressions evaluate to True? (Choose two.)


Question 72
Assuming that the following inheritance set is in force, which of the following classes are declared properly? (Select two answers)


Question 73
You need data which can act as a simple telephone director)'. You can obtain it with the following clauses (choose two relevant variants; assume that no other items have been created before)
Question 74
Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b
(select two answers)
def fun (a, b=0):
return a*b