Q43
What will be the output of the following Python code? import sys eval(sys.stdin.readline()) Computer
A.
Error
AnswerB.
'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