Which of the following will run without errors?
round(45.8)
round(7463.123,2,1)
round()
round(6352.898,2,5)
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 code?
Solution |
2
Discuss
|
What is the return value of trunc()?
Solution |
3
Discuss
|
What are the values of the following Python expressions?
Solution |
4
Discuss
|
Given a function that does not return any value, What value is thrown by default when executed in shell.
Solution |
5
Discuss
|
Which of these in not a core data type?
Solution |
6
Discuss
|
Mathematical operations can be performed on a string.
Solution |
7
Discuss
|
In order to store values in terms of key and value we use what core data type.
Solution |
8
Discuss
|
The expression Int(x) implies that the variable x is converted to integer.
Solution |
9
Discuss
|
Which of the following operators has its associativity from right to left?
Solution |
10
Discuss
|
What is the output of this expression, 3*1**3?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved