Question: I am trying to put an IF/then statement at the bottom of this Madlib code. everytime I run the program, the IF/then statement does not
noun = input ("noun: ") adj = input ("adjective: ") verb = input ("verb: ") friends_name input ("friends name ") animal = input ("animal: ") emadlib = f"Centuries ago, there was only one more living {animal}. This was 1 {adj} because they were about to all go extinct! In order to save them, I Ewe need to call {friends_name} to help us to find a {noun) while we {verb}!" print(madli) print("Are you a mutant?") answer = input("Yes/No: ") if answer s= "Yes": print("Your application to Xavier's School for Gifted youngsters has been accepted") elit answer == "No": print("Your application was not successful on this occasion")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
