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 will be the values of var1 and var2 after the execution of program?
Q. Study the following function: round(4.576) What will be the output of this function?
Q. What will be the output of the following Python code?
Q. What will be the output of the following Python code?
Q. A loop becomes infinite loop if a condition never becomes ________.
Q. What will be the output of the following Python code?
Q. Who developed the Python language?
Q. What will be the output of the following code snippet?
Discusssion
Login to discuss.