What data type is the object below?
L = [1, 23, 'hello', 1]
list
dictionary
array
tuple
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
|
Which one of the following has the highest precedence in the expression?
Solution |
3
Discuss
|
The expression Int(x) implies that the variable x is converted to integer.
Solution |
4
Discuss
|
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
Solution |
5
Discuss
|
Mathematical operations can be performed on a string.
Solution |
6
Discuss
|
Which of the following is the truncation division operator?
Solution |
7
Discuss
|
Operators with the same precedence are evaluated in which manner?
Solution |
8
Discuss
|
Which of the following results in a SyntaxError?
Solution |
9
Discuss
|
The following is displayed by a print function call. Select all of the function calls that result in this output.
Solution |
10
Discuss
|
What will be the value of the following Python expression?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved