Examveda

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

A. India5

B. India

C. 'India\n'

D. 'India'

Answer: Option D


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python