How to pass command line arguments in Python 3.x?

前端 未结 2 2008
心在旅途
心在旅途 2020-12-30 00:41

I am not getting desired output of this program?

from sys import argv

script, first, second, third = argv

print (\"The script is called:\", script)
print (         


        
2条回答
提交回复
热议问题