CBSE Class 11 Computer Science
Question 51 of 98
Python Programming Fundamentals — Question 13
Back to all questions 13
Question (a) 8 * 3 + 8 % 3
(b) (8 + 43)**(1/2)
(c) 8**(1/2) + 43**(1/2)
(d) 100//32
(a) 8 * 3 + 8 % 3
(b) (8 + 43)**(1/2)
(c) 8**(1/2) + 43**(1/2)
(d) 100//32