+ 1
How to searching words by litters?
3 Réponses
+ 7
Faisal Zerhouni ,
your code is working correct.
> so what is your question or your issue?
> what kind of problem do you have?
0
The above code will search for a letter (x) in a list of words (words) and print the words that contain the letter. For example, if x is "o", the code will print words that contain "o".