How will Python evaluate the following expression ?
(20 + 30) * 40
44 Likes
(20 + 30) * 40⇒ 50 * 40⇒ 2000
Answered By
15 Likes
20 + 30 * 40
20 - 30 + 40
15.0 / 4 + (8 + 3.0)
Find out the error(s) in following code fragment:
temperature = 90 print temperature