CBSE Class 11 Computer Science
Question 50 of 98
Python Programming Fundamentals — Question 12
Back to all questions(a) (a + b) / 2
(b) (3**2 + 9**3) / 2
(c) 3**2 + 9**3 / 5
(d) a**0.5 + (a + 2) / b
(e) 8 - 6 + 6 * sum / 7 - var**0.5
(f) u * t + 1 / 2 * a * t**2