Lab 12A: Boolean Expressions and Decisions Check Your Name: Write a Python program that compares a name entered on the k
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Lab 12A: Boolean Expressions and Decisions Check Your Name: Write a Python program that compares a name entered on the k
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