Lab 12A: Boolean Expressions and Decisions Check Your Name: Write a Python program that compares a name entered on the k
Posted: Tue Jul 12, 2022 8:21 am
statement can be used for the user input: nameEntered=input("What's your name?") Save your program as: NameCheck.py and upload. Jhy
Lab 12A: Boolean Expressions and Decisions Check Your Name: Write a Python program that compares a name entered on the keyboard, with your first name. The program prints "yes, that's me" if the name entered is the same than your name and prints "no, that's not me" otherwise. Start your program with a comment. Use at least one variable. The following