K
Q. What is the average value of the following Python code snippet?
>>>grade1 = 80 >>>grade2 = 90 >>>average = (grade1 + grade2) / 2
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output, if set1 = {1, 2, 3}?
Q. Which is the correct operator for power(x^y)?
Q. What is the output of the below code?
Q. What will be the output of the following Python code?
Q. What is the output of the below code?
Q. Which of the following character is used to give single-line comments in Python?
Q. What is the data type of the object below?
Q. Amongst which of the following is / are the method used to unpickling data from a binary file?
Discusssion
Login to discuss.