#๐Ÿ”’ cant pop it

53 messages ยท Page 1 of 1 (latest)

abstract archBOT
#

@bleak tree

Python help channel opened

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.

bleak tree
#

@sudden lark

#

i cant change either print or move them

#

what do you think

severe osprey
#

So it wants you to receive the input.

sudden lark
#

!e ```py
scores_dict = {'Fay': 67,'Val':20,'Ari':14,'Jen': 33}

scores_dict.pop('Ari')

print('Remainingpairs:')
print(scores_dict)

abstract archBOT
sudden lark
#

as you can see, Ari is no longer there, you're doing something else wrong

bleak tree
#

look at sc

#

what do u think

sudden lark
#

im not going to read all that, maybe read what @severe osprey said.

bleak tree
#

yes it does

#

and bro really

#

all u have tyo do is look at the code part

#

that sit

#

its the same length

sudden lark
#

i'm a volunteer, i dont have to do anything, good luck.

bleak tree
#

bro reeally just comes on here for nothing

severe osprey
#

@bleak tree You need to read the error message.

sudden lark
#

Show a code sample as text (rather than a screenshot) and the error message, if you've got one.

severe osprey
#

@bleak tree It's telling you what you're doing wrong. You're not solving the problem. You need to read that too.

bleak tree
#

the error message ios were ther x is

severe osprey
#

I don't understand what you are saying.

bleak tree
#

hol d on

severe osprey
#

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?

bleak tree
#

no

#

may you plz tell me then

#

what should i type then

#

becauye im confused'

severe osprey
#

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?

bleak tree
#

bro

severe osprey
#

!rule homework

abstract archBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

severe osprey
#

It's a rule here. I can help you.

#

I can't do it for you.

bleak tree
#

oml dude this server is garbage idk they cant tell me and teach my why

severe osprey
#

You're welcome to seek other resources.

sudden lark
#

we aren't here as cheat codes

bleak tree
#

bro this is a practice lesson

#

not a test'

severe osprey
#

How far along are you in your class?

bleak tree
#

second week

#

just starting learning about dict yesterday

severe osprey
#

Have you written a program to take input?

bleak tree
#

the input is autmatical;ly put in

#

i dont do it

severe osprey
#

The problem tells you to read a student name from input.

abstract archBOT
#
Python help channel closed

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