0
Helppp
How to code linear search in python which the user able to input there number
2 odpowiedzi
+ 3
Jay Matthews you could do it simpler:
found = True if num in l else False
+ 1
thank you sooo much Jay Matthews
How to code linear search in python which the user able to input there number