Question: Help me fix this code in python E Problem program.py msg-input(Enter a word: ) Write a program that asks the user for word and prints

Help me fix this code in python
E Problem program.py msg-input("Enter a word: ) Write a program that asks the user for word and prints out the total print (msg.count("a")-kount ("e)) number of lowercase vowels (a, e, i, o, u) it contains. Your program should work like this: Enter a word: meerkat The answer is 3 because 'meerkat has two 'e's and one'a Here's another example Enter a word: lynx The answer is O because 'lynx' does not contain any vowels
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
