What will be the output of the following Python code if a=10 and b =20?
a=10
b=20
a=a^b
b=a^b
a=a^b
print(a,b)
20 20
20 10
10 10
10 20
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz |
|---|---|
|
1
Discuss
|
What will be the output of the following Python expression?
Solution |
|
2
Discuss
|
What will be the output of the following Python expression?
Solution |
|
3
Discuss
|
Which among the following list of operators has the highest precedence?
Solution |
|
4
Discuss
|
Which of the following expressions is an example of type conversion?
Solution |
|
5
Discuss
|
To find the decimal value of 1111, that is 15, we can use the function:
Solution |
|
6
Discuss
|
Which of the following expressions involves coercion when evaluated in Python?
Solution |
|
7
Discuss
|
What is the two’s complement of -44?
Solution |
|
8
Discuss
|
Any odd number on being AND-ed with ________ always gives 1. Hint: Any even number on being AND-ed with this value always gives 0.
Solution |
|
9
Discuss
|
What will be the value of x in the following Python expression, if the result of that expression is 2?
Solution |
|
10
Discuss
|
What will be the output of the following Python expression?
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved