Question: Python please help! ont Paragraph Styles Complete the code below so that it works with both yes and Yes. Can you complete it so that
ont Paragraph Styles Complete the code below so that it works with both yes and Yes. Can you complete it so that it also works with YES? permit-input("Do you want to start this program?") if permit-"yes": name1-input("Enter your name:") name2-input!"Enter your friend's name:") if name1 > name2: print("Congratulations. Your name is larger than your friend's name in Python.") elifname1-name2: print!"Interesting. Both names are the same. What a coincidencel") else: print!"Your friend's name is larger than your name in Python.") else: print("Sorry to see you go.")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
