Page 1 of 1

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
by answerhappygod
Lab 12a Boolean Expressions And Decisions Check Your Name Write A Python Program That Compares A Name Entered On The K 1
Lab 12a Boolean Expressions And Decisions Check Your Name Write A Python Program That Compares A Name Entered On The K 1 (80.38 KiB) Viewed 28 times
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 statement can be used for the user input: nameEntered=input("What's your name?") Save your program as: NameCheck.py and upload. Jhy