You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.