Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c388fe8

Browse files
committed
ch02: create output for argument
1 parent dd275b5 commit c388fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02_crowsnest/crowsnest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def main():
2727
"""Run the program"""
2828

2929
args = get_args()
30-
pos_arg = args.positional
30+
word = args.word
3131

32-
print(f'positional = "{pos_arg}"')
32+
print(word)
3333

3434

3535
# --------------------------------------------------

0 commit comments

Comments
 (0)