Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to pass arguments to a Python file by using command line?
Home
Python Packages and Data Access
Which of the following is used to pass arguments to a Python file by using command line?
0
votes
asked
Apr 6, 2022
in
Python Packages and Data Access
by
sharadyadav1986
retagged
Apr 6, 2022
by
sharadyadav1986
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
python-arguments
python-packages-list
python-sqlalchemy
python-data-access
python-string
python-file
python-directory
python-date-time
python-server
python-command
python-object
python-packages-download
python-packages-example
python-packages-install
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2022
by
sharadyadav1986
c) sys.argv is used to pass arguments to a Python file by using command line
...