Examveda

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

A. 'Examveda\n'

B. 'Examveda'

C. 'Examveda10'

D. Error

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python