InterviewSolution
Saved Bookmarks
| 1. |
X, y = 20, 60 y, x, y-x, y-10, x+10 print (x, y) which of the following will be the output of the above command? 20 80 30 90 20 60 20 90 |
| Answer» | |