[solved]-Write Code Python Show Output Write Test Python Function Takes String Returns New String F Q39084756
(write code in Python and show the output )
Write and test a Python function that takes a string and returnsa new string where the first and last letter are exchanged.
For Example:
Sample input : Fahad
Sample output : dahaF
(write code in Python and show the output )
Expert Answer
Answer to (write code in Python and show the output ) Write and test a Python function that takes a string and returns a new strin… . . .
OR

