[Python's] road Rollo Python sys argv [] function usage notes

sys argv[]

This function is a list, sys argv [0] represents the program itself,

1.0 sys argv [1] value according to the form of the list,

2.0 may also be used with similar function input inside python

3.0 a list of elements from the external input

1 beginning from the external input 4.0

Guess you like

Origin www.cnblogs.com/rollost/p/11028918.html