0
1
The system calls print() to print the string "sys.argv[1:]" on the standard output.
0 Comments
def print_all_argv(): print(sys.argv[1:])