Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Looking for a way to loop until user enters from a list?
Post: RE: Looking for a way to loop until user enters fr...

(Mar-20-2021, 12:37 PM)buran Wrote: https://python-forum.io/Thread-Multiple-...or-keyword Thank you!! **smile**
PythonW19 General Coding Help 7 3,362 Mar-21-2021, 08:56 PM
    Thread: Looking for a way to loop until user enters from a list?
Post: RE: Looking for a way to loop until user enters fr...

(Mar-20-2021, 03:15 PM)deanhystad Wrote: You should try searching the forum. Here's a similar question asked two days ago. https://python-forum.io/Thread-Problem-r...ssors-game Will bear in mind, ...
PythonW19 General Coding Help 7 3,362 Mar-21-2021, 08:55 PM
    Thread: Looking for a way to loop until user enters from a list?
Post: RE: Looking for a way to loop until user enters fr...

(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, ...
PythonW19 General Coding Help 7 3,362 Mar-21-2021, 08:54 PM
    Thread: Looking for a way to loop until user enters from a list?
Post: RE: Looking for a way to loop until user enters fr...

(Mar-20-2021, 01:10 PM)BashBedlam Wrote: This is how I would go about it: colour = "BashBedlam was here." while colour not in ('blue', 'yellow', 'green') : colour = input ("Enter a colour from gr...
PythonW19 General Coding Help 7 3,362 Mar-21-2021, 08:53 PM
    Thread: Looking for a way to loop until user enters from a list?
Post: Looking for a way to loop until user enters from a...

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 the...
PythonW19 General Coding Help 7 3,362 Mar-20-2021, 12:11 PM

User Panel Messages

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