Computer Science, asked by dranjalisinghcom, 8 months ago

Write the output of the following code segments in Python Language.
(print 20 + 3**3 - 1899)​

Answers

Answered by sanjeevsitapur2
0

Answer:

Answer is -1852.

Explanation:

= 20 + 3**3 - 1899

= 20 + 27 - 1899

= 47 - 1899

= -1852

‐----------------------‐-------------------

HOPE IT HELPS

Similar questions