We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f06914 commit b5ab54aCopy full SHA for b5ab54a
_episodes/07-command_line.md
@@ -8,8 +8,7 @@ objectives:
8
- "Make code executable from the Linux command line."
9
- "Use argparse to accept user inputs."
10
keypoints:
11
-- "You must `import sys` in your code to accept user arguments."
12
-- "The name of the script itself is always `sys.argv[0]` so the first user input is normally `sys.argv[1]`."
+- "You must `import argpaarse` in your code to accept user arguments."
13
---
14
## Creating and running a python input file
15
0 commit comments