What are the values of the following Python expressions?
2**(3**2)
(2**3)**2
2**3**2
64, 512, 64
512, 512, 512
512, 64, 512
64, 64, 64
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
Which of the following will run without errors?
Solution |
2
Discuss
|
Given a function that does not return any value, What value is thrown by default when executed in shell.
Solution |
3
Discuss
|
It is not possible for the two’s complement value to be equal to the original value in any case.
Solution |
4
Discuss
|
What data type is the object below?
Solution |
5
Discuss
|
Which of the following is the truncation division operator?
Solution |
6
Discuss
|
Which one of the following has the highest precedence in the expression?
Solution |
7
Discuss
|
What is the value of the following expression?
Solution |
8
Discuss
|
What is the order of precedence in python? i) Parentheses |
9
Discuss
|
The following is displayed by a print function call. Select all of the function calls that result in this output.
Solution |
10
Discuss
|
Which of these in not a core data type?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved