1.

Where are the arguments received from the command line stored?(a) sys.argv(b) os.argv(c) argv(d) none of the mentioned

Answer» Correct choice is (a) sys.argv

Easy explanation - Refer documentation.


Discussion

No Comment Found