Open BlackCode101 opened 1 year ago
after checking the length of sys.args the code exits because the condition says if len(sys.argv) != 4: The length when i debug is 1. how can i make this code working? Thanks in advance.
after checking the length of sys.args the code exits because the condition says if len(sys.argv) != 4: The length when i debug is 1. how can i make this code working? Thanks in advance.