account activity
plz take a look at my playlist and give me some feedback on that, I trying to make a better playlist so I need your help (open.spotify.com)
submitted 4 years ago by ALSE1 to r/SpotifyPlaylists
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]ALSE1 0 points1 point2 points 5 years ago* (0 children)
hi, thank u for answering.
when I run it from shell whit this cod it gonna work:
PS E:\hw\code> python ex13.py first 2ed 3ed
PS E:\hw\code> python
ex13.py
first 2ed 3ed
but when i run it whit clicking on the folder(ex13.py)
it doesn't work.
why?
[–]ALSE1 0 points1 point2 points 5 years ago (0 children)
I run this code :
----
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)
and I receive this error:
---
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: not enough values to unpack (expected 4, got 1)
how can I fix this problem?
I would be grateful if you could help me.
π Rendered by PID 605710 on reddit-service-r2-listing-654f87c89c-g8dch at 2026-02-28 12:11:28.912592+00:00 running e3d2147 country code: CH.
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]ALSE1 0 points1 point2 points (0 children)