Examveda

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

A. Error

B. 'Computer\n'

C. Computer8

D. Computer

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python