Question: Write a for loop that will print 'pbil' when 'alphebetical' is the input. using python this question actually expects the for loop to loop
Write a "for" loop that will print 'pbil' when 'alphebetical' is the input. using python this question actually expects the for loop to loop through the string "alphabetical", and print out the characters p, b, i, 1 one by one while looping.
Step by Step Solution
There are 3 Steps involved in it
To solve this problem well need to loop through the string alp... View full answer
Get step-by-step solutions from verified subject matter experts
