You have to program several functions. In each case, few lines of code are enough. Warning: do not use the split string method.
Scoring
Every function counts 20 points.
>>> um_count("Qui invenit amicum invenit thesauruM") 1 >>> word_count("Alea iacta est") 3 >>> kth_word("Alea iacta est", 3) est >>> suc_word("qui invenit amiCum invenit thesauruM") amiCum >>> drawA(5) * * * ***** * * * *