Python Forum
An IF statement with a List variable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
An IF statement with a List variable
#4
Not english speaker but is a girl really a woman ('You are a Woman')? I would guess that common nominator for girl, woman and lady is gender i.e. female ('Your are a female').

Keep in mind that Woman and woman are different strings. If you intend catch both (or any combination of uppercase and lowercase letters) you should convert user input so that it matches both:

if answer.lower() in {'woman', 'girl', 'lady'}:
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
An IF statement with a List variable - by dedesssse - Jul-08-2021, 02:54 PM
RE: An IF statement with a List variable - by perfringo - Jul-08-2021, 05:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Split string using variable found in a list japo85 2 1,304 Jul-11-2022, 08:52 AM
Last Post: japo85
  List Creation and Position of Continue Statement In Regular Expression Code new_coder_231013 3 1,673 Jun-15-2022, 12:00 PM
Last Post: new_coder_231013
  Change a list to integer so I can use IF statement buckssg 3 2,244 Sep-21-2021, 02:58 AM
Last Post: bowlofred
  How to invoke a function with return statement in list comprehension? maiya 4 2,848 Jul-17-2021, 04:30 PM
Last Post: maiya
  Create variable and list dynamically quest_ 12 4,417 Jan-26-2021, 07:14 PM
Last Post: quest_
Question Matching variable to a list index Gilush 17 5,901 Nov-30-2020, 01:06 AM
Last Post: Larz60+
  define a variable using an if statement Margaridalopes 2 2,182 Oct-24-2020, 05:47 PM
Last Post: jefsummers
  Print variable values from a list of variables xnightwingx 3 2,646 Sep-01-2020, 02:56 PM
Last Post: deanhystad
  using element on a list as condition statement glennford49 11 5,003 May-21-2020, 12:53 PM
Last Post: hussainmujtaba
  Help: list comprehension for loop with double if statement mart79 3 2,435 May-04-2020, 06:34 AM
Last Post: buran

Forum Jump:

User Panel Messages

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