Which of the following words can be used as a variable name? (Select two valid names)
Answer : C, D
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 -
Answer : C
What is the expected output of the following snippet?
Answer : B
Which of the listed actions can be applied to the following tuple? (Select two answers)
Answer : A, D
A class constructor (Select two answers)
Answer : B, C
Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b
Answer : B, D
Can a module run like regular code?
Answer : A