0
i tried to run the code on my command line but it giving me syntaxError: invalid syntax from sys import argv python ex13.py, first, second, third. what the correct way to write the code.
2 Answers
0
i need to see your code, to be able to say what is wrong with it
0
Here is the code
from sys import argv
python ex13.py, first, second, third
print "The script is called:", script
print "Your first variable is:", first
print "Your second variable is:", second
print "Your third variable is:", third