CBSE Class 11 Computer Science Question 65 of 80

Getting Started with Python — Question 30

Back to all questions
30
Question

Question 30

Use IDLE to calculate:

(a) 6+4*10

(b) (6+4) *10

Answer

(a) 46

(b) 100