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