Saved Bookmarks
| 1. |
Predict the output: X, Y = 20, 60 Y, X, Y = X, Y - 10, X + 10 print(X, Y) |
|
Answer» Answer: Predict the output: X, Y = 20, 60 Y, X, Y = X, Y - 10, X + 10 print(X, Y) Explanation: HOPE it helps :D be safe stay positive :D pls MARK me DA brainliest |
|