What will be the value of the i variable when the while e loop finishes its execution?
Question 2
And operator able to perform bitwise shifts is coded as (Choose two.)
Question 3
What would you used instead of XXX if you want to check weather a certain 'key' exists in a dictionary called dict? (Select two answers)) if XXX: print ("Key exists")
Question 4
What will the value of the i variable be when the following loop finishes its execution?
Question 5
The following expression (1+-2) is:
Question 6
A compiler is a program designed to (Choose two.)
Question 7
If you need a function that does nothing, what would you use instead of XXX? (Select two answers) def idler( ): XXX -
Question 8
What is the output of the following piece of code?
Question 9
What is the expected output of the following snippet?