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
If you wonder what's there inside sys.argv[0], here's the answer. This element contains the filename of the program. So, it's the 0th element passed to the Python interpreter.