Skip to content

Commit

Permalink
update print_argv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Nov 12, 2024
1 parent 500722e commit b7474fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloads/print_argv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import sys

print("size of sys.argv = ", len(sys.argv))
Expand Down

0 comments on commit b7474fc

Please sign in to comment.