Saved Bookmarks
| 1. |
What will be output produced by following code? 2Ma, b, c = 4, 5, 7 d = a + b * c/b print(d) |
|
Answer» eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee Explanation: |
|