Vidyalelo
Python · Q43

Module in Python

Programming · Python · question 43

Q43

What will be the output of the following Python code? import sys eval(sys.stdin.readline()) Computer

A.
Error
Answer
B.
'Computer\n'
C.
Computer8
D.
Computer

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board