Python - Things to know before proceed - Variable Quiz
# | Quiz |
---|---|
1
Discuss
|
Variable
Which of these in not a core data type?
Solution |
10
Discuss
|
Variable
In order to store values in terms of key and value we use what core data type.
Solution |
11
Discuss
|
Variable
Which of the following results in a SyntaxError?
Solution |
12
Discuss
|
Variable
The following is displayed by a print function call. Select all of the function calls that result in this output.
Solution |
13
Discuss
|
Variable
What is the average value of the following Python code snippet?
Solution |
14
Discuss
|
Variable
What is the return value of trunc()?
Solution |
15
Discuss
|
Variable
Which is the correct operator for power(xy)?
Solution |
16
Discuss
|
Variable
Which one of these is floor division?
Solution |
17
Discuss
|
Variable
What is the order of precedence in python? i) Parentheses |
18
Discuss
|
Variable
What is the answer to this expression, 22 % 3 is?
Solution |
# | Quiz |