Write a function that counts all the characters and the vowels in a string the user inputs. Then write a routine that calls the function and displays the following output.
$ ./count_all.py
Enter some words: The sun rises in the East and sets in the West.
13 letters in 47 are vowels.
Computer Science & Information Technology
You might also like to view...
When you start Word, a new blank ________ displays
A) document B) workbook C) presentation D) database
Computer Science & Information Technology
The flattened ellipse in a flowchart indicates:
a. A process. b. An input or output instruction. c. A decision. d. The start or stop of the module.
Computer Science & Information Technology