Question: 2.) Given a list s = [wakokok,isprikitik,kulafu,goon,19,23,32,41,50] Write A python program that allows user to enter a value then checks if the entered value is
![2.) Given a list s = ["wakokok","isprikitik","kulafu","goon","19","23","32","41","50"] Write A python program](https://s3.amazonaws.com/si.experts.images/answers/2024/08/66cd52805dc5c_03166cd527fee7ed.jpg)
2.) Given a list s = ["wakokok","isprikitik","kulafu","goon","19","23","32","41","50"] Write A python program that allows user to enter a value then checks if the entered value is existing in the list or not. The program shall also determine if the searched value is a number or not. Example: Enter a value: wakokok Item Found! Item is not a number Enter a value: arespakos Item Not Found! Enter a value: 19 Item Found! Item is a number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
