What does sys.argv[1:] mean?
Answers
Answered by
0
sys.argv : argv is a variable provided by the sys module which holds a list of all the arguments passed to the command line (including the script name). ... The argv variable always contains at least one element i.e the script name. The arguments in argv are always parsed as string
Similar questions
Physics,
7 months ago
English,
7 months ago
Physics,
7 months ago
Computer Science,
1 year ago
Environmental Sciences,
1 year ago
Geography,
1 year ago