#๐Ÿ”’ i want the answer for this

30 messages ยท Page 1 of 1 (latest)

hasty willowBOT
#

@plucky ruin

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.

wheat gulch
#

!rule exam

hasty willowBOT
#

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

plucky ruin
#

this not ongion exam

bronze zenith
#

This is not a spoonfeeding server anyways

wheat gulch
#

Regardless, the purpose here is teaching how to program, not answering the assessment for you.

#

Do you have some code already? Any specifics you're stuck on?

plucky ruin
#

this part tho

#

anyone who can help?

wheat gulch
#

What part specifically?

#

What have you tried so far?

plucky ruin
#

nothing

#

Have to start but i do not understand

wheat gulch
#

Ok. What have you learned so far in this course? And which part of the description seems confusing?

plucky ruin
#

this part

#

Once all 5 numbers have been entered
โ€ข the program will print the numbers that have been entered horizontally across the screen in ascending order,
โ€ข commas will appear between numbers, but there will be no comma at the end of the list.

wheat gulch
#

Well, let's suppose the rest of the program works as intended, and you have your 5 numbers.
Where are they? What sort of data structure is holding them?

dusky phoenix
#

Things to look up:
How to get user input
How to validate its type (int)
How to use a list (add items)
How to iterate n times
How to join strings together

#

This should get you started

wheat gulch
#

this do the earlier lessons in your course go over these things (or anything sound familiar)?

plucky ruin
#

?

wheat gulch
#

Yes, but I'm not the one taking the class. What would that do for you?

plucky ruin
#

please?

wheat gulch
plucky ruin
#

its just aa practice paper not a ongoing exam

wheat gulch
#

I suggest you practice it, then (and I would consider it in the "homework" category anyway; for which I was trying to offer assistance)

bronze zenith
#

If you dont practice you wont get better. This will likely lead to you falling behind in the class.

wheat gulch
#

Rather than deleting all your messages you could just !close the thread and be on your way.

Or you could actually engage with us earnestly. Folks like to help, but they're trying to teach you how, not just do it for you.

hasty willowBOT
#
Python help channel closed using Discord native close action

This help channel has been closed. 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.