Question: Use Python strIn = this is a test of the python language Please use strln, print the count and list all vowels + positions of
Use Python
strIn = "this is a test of the python language" Please use strln, print the count and list all vowels + positions of the vowels (a, e, i, o, u). Output should look similar: 11 [[2, 'i'], [5, 'i'], [8, 'a'], [11, 'e'], [15, 'o'], [20, 'e'], [26, 'o'], [30, 'a'], [33, 'u'], [34, 'a'], [36, 'e']]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
