python:无法打开文件'ex13.py':[Errno 2]没有这样的文件或目录

时间:2019-05-03 02:54:36

标签: python

I can't run it in windows cmd

该脚本位于E:\ python \ pthon program \ apy learning

from sys import argv
# read the WYSS section for how to run this
script, first, second, third = argv

print("The script is called:", script)
print("Your first variable is:", first)
print("Your second variable is:", second)
print("Your third variable is:", third)

0 个答案:

没有答案
相关问题