InterviewSolution
Saved Bookmarks
| 1. |
>>>print(10 + 20') will give the output |
|
Answer» Answer: The output will be 1020 as given in the attachment. Explanation: It will not get the sum of NUMBERS (10 and 20) until you declare them as int. |
|