Jan-28-2022, 05:48 PM
while trying to execute the program I got the error mention in the subject.
kindly help me in this, I am new to argv concept
kindly help me in this, I am new to argv concept
from sys import argv script, first, second, third = argv print("The script is called:", script) print("your first variable is", first) print("your second variable is", second) print("your third variable is", third)
Error:script, first, second, third = argv
ValueError: not enough values to unpack (expected 4, got 1)