Vidyalelo
Python · Q163

Module in Python

Programming · Python · question 163

Q163

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

A.
'Examveda\n'
Answer
B.
'Examveda'
C.
'Examveda10'
D.
Error

Answer: Option A

Solution

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