#๐ cant pop it
53 messages ยท Page 1 of 1 (latest)
@bleak tree
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
So it wants you to receive the input.
!e ```py
scores_dict = {'Fay': 67,'Val':20,'Ari':14,'Jen': 33}
scores_dict.pop('Ari')
print('Remainingpairs:')
print(scores_dict)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Remainingpairs:
002 | {'Fay': 67, 'Val': 20, 'Jen': 33}
as you can see, Ari is no longer there, you're doing something else wrong
im not going to read all that, maybe read what @severe osprey said.
yes it does
and bro really
all u have tyo do is look at the code part
that sit
its the same length
i'm a volunteer, i dont have to do anything, good luck.
bro reeally just comes on here for nothing
@bleak tree You need to read the error message.
Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
@bleak tree It's telling you what you're doing wrong. You're not solving the problem. You need to read that too.
the error message ios were ther x is
I don't understand what you are saying.
hol d on
The problem wants you to accept the name from input, print the score associated with that name, then delete that key value pair from the dict.
Are you having difficulty reading the problem?
I'm not going to write your code for you. Do you know how to read in a value from input?
Did you cover that in class?
bro
!rule homework
8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.
oml dude this server is garbage idk they cant tell me and teach my why
You're welcome to seek other resources.
we're trying to teach you, teaching you involves guiding you thru it rather than giving you the code
we aren't here as cheat codes
How far along are you in your class?
Have you written a program to take input?
The problem tells you to read a student name from input.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ cant pop it