Question: using beginner python code Coding Exercise: Heads and Tails Write a program which reads a string using input(), and outputs the same string but with
using beginner python code
Coding Exercise: Heads and Tails Write a program which reads a string using input(), and outputs the same string but with the first and last character exchanged. (You may assume the input string has length at least 2.) For example, on input Fairy a correct program will print yair F. Hint: use your solution to the previous program as part of the answer. Run program Enter test input Open in console Visualize > More actions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
