adplus-dvertising
frame-decoration

Question

What is the output of the code shown below?
import sys
sys.argv[0]

a.

Junk value

b.

‘ ‘

c.

No output

d.

Error

Answer: (b).‘ ‘

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?