Computer Science
How will Python evaluate the following expression ?
(20 + 30) * 40
Python Funda
44 Likes
Answer
(20 + 30) * 40
⇒ 50 * 40
⇒ 2000
Answered By
15 Likes
How will Python evaluate the following expression ?
(20 + 30) * 40
44 Likes
(20 + 30) * 40
⇒ 50 * 40
⇒ 2000
Answered By
15 Likes