MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the code shown below? import sys eval(sys.stdin.readline()) Computer |
| A. | Error |
| B. | ‘Computer’ |
| C. | Computer8 |
| D. | Computer |
| Answer» B. ‘Computer’ | |