Question: Hello, could you please help me solve this Python question? Write a Python script that will take in a number and use membership operators to
Hello, could you please help me solve this Python question?
Write a Python script that will take in a number and use membership operators to tell whether that number is a one of my winning lotto numbers or not.
Input string Enter a number: 13 Enter a number: 84 Enter a number: 21
Expected output of script 13 is not a winning number 84 is a winning number! 21 is not a winning number
Please dont make it too complicated. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
