-4

I just tried to search but I couldnt get what im looking for... Could anyone help I'm new to python. ...

I tried to search nothing is like what im expecting ...

I tried to look at something but i found this: the code turns every two words in the input or text into 2 lists. The problem is that every 2 words not every word

And i also want the input to turn into variables not a list...

please help im new to python!

  • Please anyone help im new to python – Intergalactic Abyss Aug 15 '23 at 15:27
  • 2
    We love that you're here with us and we need you to review the policies and procedures for correctly asking your question. – nicomp Aug 15 '23 at 15:27
  • 1
    Please show your code and what if any errors you have. – eglease Aug 15 '23 at 15:27
  • Welcome to Stack Overflow! [How to ask homework question](https://meta.stackoverflow.com/questions/334822/how-do-i-ask-and-answer-homework-questions) and [Open letter to students with homework problems](https://softwareengineering.meta.stackexchange.com/questions/6166/open-letter-to-students-with-homework-problems) – Ftagliacarne Aug 15 '23 at 15:28
  • Obviously OP is in a classroom. The question is being upvoted. – nicomp Aug 15 '23 at 15:29
  • 1
    I suggest adding to your question some code examples, the input, and expected output. Your question, as it is right now, does not provide information to allow anyone to help. – pca Aug 15 '23 at 15:30
  • "And i also want the input to turn into variables not a list..." - **no, you don't**. You *think* you do, because you have not practices with using lists; but in reality, trying to make separate variables is harder *and will make everything else harder afterwards* too. It also relies on features that not every programming language has, that make it harder to *understand* the code when you read it later. Seriously, just make the list. – Karl Knechtel Aug 15 '23 at 15:41
  • @nicomp if you suspect voting irregularities, please flag for moderator attention. That said, I do not see any upvotes (and 4 downvotes) on the question. Sometimes random people will upvote all sorts of questions from beginners to be "nice". – Karl Knechtel Aug 15 '23 at 15:42
  • "I tried to look at something but i found this: the code turns every two words in the input or text into 2 lists. The problem is that every 2 words not every word" - I have no idea what this is supposed to mean. – Karl Knechtel Aug 15 '23 at 15:43

0 Answers0