Python Forum
Looking for a way to loop until user enters from a list?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a way to loop until user enters from a list?
#6
(Mar-20-2021, 12:11 PM)PythonW19 Wrote: Hey guys,

I was wondering if someone could help me out....I'm looking to write a simple code where the user is asked to enter a colour, if they enter green, blue or red it stores their answer and then moves on.... however I also want it to loop so that it will keep asking the same question until the user has entered one of those three colours...

Is there anyone that could please help me out with this? I would be so grateful!!

So far I have....
colour =  " "
colour = input ("Enter a colour from green, blue or yellow")
while colour != "blue" or "yellow" or "green"
print ("Enter a colour from the list")
The code above seemed to work when I only had one option for them to choose from, as soon as I use the 'or' it just loops no matter what input I give...

Could any one help with this please, even if the code you give is completely different to this!
Reply


Messages In This Thread
RE: Looking for a way to loop until user enters from a list? - by PythonW19 - Mar-21-2021, 08:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WHILE LOOP NOT RETURNING USER INPUT AFTER ZerroDivisionError! HELP! ayodele_martins1 7 1,103 Oct-01-2023, 07:36 PM
Last Post: ayodele_martins1
  user input values into list of lists tauros73 3 1,095 Dec-29-2022, 05:54 PM
Last Post: deanhystad
  functional LEDs in an array or list? // RPi user Doczu 5 1,663 Aug-23-2022, 05:37 PM
Last Post: Yoriz
  Multiple user defined plots with secondary axes using for loop maltp 1 1,486 Apr-30-2022, 10:19 AM
Last Post: maltp
  WHILE Loop - constant variables NOT working with user input boundaries C0D3R 4 1,519 Apr-05-2022, 06:18 AM
Last Post: C0D3R
  User input/picking from a list AnunnakiKungFu 2 2,358 Feb-27-2021, 12:10 AM
Last Post: BashBedlam
Question Reset list if user regrets Gilush 1 2,092 Dec-05-2020, 10:55 AM
Last Post: Gilush
  Loop back through loop based on user input, keeping previous changes loop made? hbkpancakes 2 2,964 Nov-21-2020, 02:35 AM
Last Post: hbkpancakes
  Appending to list of list in For loop nico_mnbl 2 2,387 Sep-25-2020, 04:09 PM
Last Post: nico_mnbl
  Append list into list within a for loop rama27 2 2,425 Jul-21-2020, 04:49 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020