Saved Bookmarks
| 1. |
A = 100 and b= 200 output code = 100 and b= 200 |
|
Answer» ANSWER: So for the following OUTPUT you TYPE.. a=100 b=200 PRINT(a) print(b) |
|