0
Please help with character search !!!
Text and a single character are specified. How to develop a program that finds and prints all the words that include a given character the most times??? Thank you! #I'm sorry, I'm new to python..
5 Réponses
+ 2
Check this code i made for you: https://code.sololearn.com/c4hzTiYpwtA8/#py
There's no need to be sorry, we are all learning and we all help each other improve. wish you the best :))
+ 1
Use regex or string methods.
+ 1
Divya Mohan thank you)
+ 1
Carlos Thank you very very much for helping me with this code!!! and for moral support)) Best wishes to you too!)
0
If there are no matching words, then all words are displayed. How to make in this case empty output or output of the words "There are no words to output"?
Carlos can you help me please?