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
|
What error occurs when you execute the following Python code snippet?
Solution |
2
Discuss
|
What is the value of the following expression?
Solution |
3
Discuss
|
Mathematical operations can be performed on a string.
Solution |
4
Discuss
|
Which one of these is floor division?
Solution |
5
Discuss
|
What is the order of precedence in python? i) Parentheses |
6
Discuss
|
In order to store values in terms of key and value we use what core data type.
Solution |
7
Discuss
|
What is the value of the following expression?
Solution |
8
Discuss
|
What will be the output of the following Python code?
Solution |
9
Discuss
|
What is the answer to this expression, 22 % 3 is?
Solution |
10
Discuss
|
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved