Question: I need help creating a Python 3 flowchart program using If- elif -else statements. I am in chapter 3 of my introduction book. This is
I need help creating a Python 3 flowchart program using If-elif-else statements. I am in chapter 3 of my introduction book. This is my code so far, but it's not producing the results I want. I am having trouble with first decision to stop once the person chooses yes, and goes onto the final print statements. I know a lot is wrong with this code and need help understanding a better way to do flowcharts. Thank you in advance!
print('Hello. Pick out books from your local library to read.') libraryCard=(input('Do you have a library card? Yes or No. ')) if libraryCard=='YES' or 'Yes' or 'yes': print('Continue to librarian at the check out counter.') print('Leave library, and enjoy your books.') elif libraryCard=='No' or 'NO' or 'no': forMID=(input('Did you bring a form of ID with current address?')) formID=='YES' or 'Yes' or 'yes': print('Continue to librarian at the check out counter.') print('Leave library, and enjoy your books.') elif ID=='NO' or 'No' or 'no': print('Leave library. Come back with form of ID, to check out books.')

CHEK OU At LBRre OoYes HAVE A Li brary Coua CONTINUE TD FORM OF I D7 CKECK OUT COUNTER GET CARD APPLICATION FROM ???? OuT Cotte LEAVE LIBRARY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
