A Python module named pymod.py contains a variable named pyvar.
Which of the following snippets will let you access the variable? (Select two answers)
Answer : A, D
Which of the following statement are true? (Select two answers)
Answer : C, D
What is the expected output of the following code?
Answer : A
What is the expected output of the following code if there is no file named non existing_file inside the working directory?
Answer : B
Assuming that the code below has been executed successfully, which of the following expressions evaluate to True? (Select two answers)
Answer : A, C
Assuming that the following code has been executed successfully, selected the expression which evaluate to True (Select two answers)
Answer : A, B
Which of the listed actions can be applied to the following tuple? (Select two answers)
Answer : A, D