Question: Python 5a) Read in a word from input # print each letter of the word individually using a loop # 5b) Start with the alphabet
5a) Read in a word from input # print each letter of the word individually using a loop # 5b) Start with the alphabet string below. Use a loop to # print out all the characters in the alphabet 2 at a time. # ("ab", "cd", "ef", etc.) Hint: Think about using a variable # for the starting value for the slice and incrementing that # variable each time through the loop. alphabet-"abcdefghijklmnoparstuvwxyz" # 5c) Read in a word from input. Compare the original word with # If original and reverse are identical, print a message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
