Computer Science, asked by harrygill8007, 2 months ago

replace vowels with a digit in python

Answers

Answered by Anonymous
1

Explanation:

Step 1: Get the index of the vowel in the given input. Step 2: Multiply the index with 100. Step 3: Sum all the prime numbers between 1 and the resulting number from last step. Step 4: Add the digits of the number you get from the last step until you get a single digit.

Similar questions