adplus-dvertising
frame-decoration

Question

What is the output of the code shown below?
import sys
eval(sys.stdin.readline())
Computer

a.

Error

b.

‘Computer\n’

c.

Computer8

d.

Computer

Answer: (a).Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the code shown below?