ValueError: not enough values to unpack (expected 4, got 1)

前端 未结 4 1584
甜味超标
甜味超标 2020-12-31 13:28
from sys import argv

script, first, second, third = argv
print(\"The script is called: \", script)
print(\"The first variable is: \", first)
print(\"The second vari         


        
4条回答
提交回复
热议问题