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
|
Given a function that does not return any value, What value is thrown by default when executed in shell.
Solution |
2
Discuss
|
Which is the correct operator for power(xy)?
Solution |
3
Discuss
|
Evaluate the expression given below if A = 16 and B = 15.
Solution |
4
Discuss
|
What will be the value of the following Python expression?
Solution |
5
Discuss
|
What is the value of the following expression?
Solution |
6
Discuss
|
What is the average value of the following Python code snippet?
Solution |
7
Discuss
|
Which of the following results in a SyntaxError?
Solution |
8
Discuss
|
What is the order of precedence in python? i) Parentheses |
9
Discuss
|
Which of the following is the truncation division operator?
Solution |
10
Discuss
|
What will be the output of the following Python code snippet?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved