

InterviewSolution
Saved Bookmarks
1. |
What is sys.argv? |
Answer» A list containing the program name and all the command-line arguments to a program. |
|