0 votes
in Python Packages and Data Access by
retagged by
Which of the following is used to pass arguments to a Python file by using command line?

Select the correct option from below:

a) os.mkdir

b) os.getcwd

c) sys.argv

d) sys.stderr

e) os.rename

1 Answer

0 votes
by
c) sys.argv is used to pass arguments to a Python file by using command line

Related questions

+1 vote
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
...