-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hello,
I had a question with python 1 problem set Question 3. I think I didn't get the 'sys' part in the example note. I basically copy the code in the example to solve question 3. My code is below:
#!/usr/bin/env python3
import sys
Bo Zhang = sys.argv[1]
Blue = sys.argv[2]
Dreaming = sys.argv[3]
Dog = sys.argv[4]
print(Bo Zhang,Blue,Deaming,Dog)
should these code be saved in a .py file or should it be the code I type in the command line?
I saved these code in a .py script and dont't know what command to use to get the question 3 done.
Thank you,
Bo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels