Question: For this program, ask a user to input their full name. From this: 1. run s.isalpha() and print out if it returns a true or
For this program, ask a user to input their full name. From this: 1. run s.isalpha() and print out if it returns a true or false value. Use a hashtag (comment) and tell me why it's true or false in the program. 2. Count the number of e's and a's in the name. You should count both upper and lower case letters (A,a,E,e). Print out the total number ("There are \# a's and \# e's for a total of \#\#") 3. Look to see if there is an 'on' in the name (e.g. Johnson). Create a print statement to say if it does or doesn't
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
