adplus-dvertising
frame-decoration

Question

What is the output of this code?
import sys
eval(sys.stdin.readline())
"India"

a.

India5

b.

India

c.

‘India\n’

d.

‘India’

Answer: (d).‘India’

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of this code?