What is the average value of the following Python code snippet?
>>>grade1 = 80
>>>grade2 = 90
>>>average = (grade1 + grade2) / 2
85.0
85.1
95.0
95.1
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
The following is displayed by a print function call. Select all of the function calls that result in this output.
Solution |
2
Discuss
|
What is the answer to this expression, 22 % 3 is?
Solution |
3
Discuss
|
What is the value of the following expression?
Solution |
4
Discuss
|
What are the values of the following Python expressions?
Solution |
5
Discuss
|
Evaluate the expression given below if A = 16 and B = 15.
Solution |
6
Discuss
|
Mathematical operations can be performed on a string.
Solution |
7
Discuss
|
Which is the correct operator for power(xy)?
Solution |
8
Discuss
|
What data type is the object below?
Solution |
9
Discuss
|
What will be the output of the following Python code snippet?
Solution |
10
Discuss
|
Which of the following is the truncation division operator?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved