Page 1 of 1

What is the average value of the following Python code snippet?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
>>>grade1 = 80>>>grade2 = 90>>>average = (grade1 + grade2) / 2
a) 85.0
b) 85.1
c) 95.0
d) 95.1