adplus-dvertising
frame-decoration

Question

What is the output of the code shown below?
import sys
sys.stdin.readline()
Compscibits

a.

‘Compscibits\n’

b.

‘Compscibits’

c.

‘Compscibits10’

d.

Error

Answer: (a).‘Compscibits\n’

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 the code shown below?