Hello
I am writing this code:
from sys import argv
script, first, second, third = argv
#Pressed enter
#Below is the error i am getting
Traceback (most recent call last):
ValueError: need more than 1 value to unpack
Can someone please explain, how can I tackle this?