Skip to content

Python1 problem set Question3 #69

@TheophilusZhang

Description

@TheophilusZhang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions