04.06 Module Four ProjectName: Alexander Grayer
DirectionsIfyou are up for a programming challenge, read on.If not, take a deep breath and then read on.You will use the software development life cycle (SDLC) to create a working program of yourchoice that will test Boolean conditions based on user input. Your program can include anyPython skills and functions you have learned up to this point.This assignment has five parts.
Step One: Planning & AnalysisRead the options carefully and chooseONEas the basis of your project.Option 1 – Members OnlyIf you were going to create a club, what would it be and how could people join? Think aboutthe membership requirements. Would members have to be between certain ages? Would theyhave to like certain things? Would they need certain skills? Because you are president of theclub, you get to decide the criteria! (Just make sure the conditions are school appropriate.)Follow these steps to begin your planning:1.Create a club name and explain your club's purpose.2.List the conditions (at least 3) to be a member of your club. Remember you have learnedaboutif,if-else,elif, and logical operators (and, or, not), so you can test for justabout anything.