What will be the value of x in the following Python expression?
x = int(43.55+2/2)
43
44
22
23
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The one’s complement of 110010101 is:
Solution |
2
Discuss
|
Which is the correct operator for power(xy)?
Solution |
3
Discuss
|
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
Solution |
4
Discuss
|
Which of these in not a core data type?
Solution |
5
Discuss
|
What is the answer to this expression, 22 % 3 is?
Solution |
6
Discuss
|
In order to store values in terms of key and value we use what core data type.
Solution |
7
Discuss
|
Which one of these is floor division?
Solution |
8
Discuss
|
What is the return type of function id?
Solution |
9
Discuss
|
In python we do not specify types, it is directly interpreted by the compiler, so consider the following operation to be performed.
the objective is to make sure x has an integer value, select all that apply
Solution |
10
Discuss
|
What will be the output of the following Python code?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved