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