Problem program.py >Entschuldigung, könnenSieEnglischsprechen? During your holiday in Germany, you decide its time to write some emails to your friends back home. Wandering into an Internet café, you...

Problem program.py >Entschuldigung, könnenSieEnglischsprechen? During your holiday in Germany, you decide its time to write some emails to your friends back home. Wandering into an Internet café, you soon realise that most German keyboards have a different layout to English keyboards. w R P F H Submissions >> Output Image source The y and z keys swapping position is messing with your touch typing. You decide to write out your email as if the keys were in the correct position and then use Python to swap all ys and zs. Your task here is to write a function called fix_yz. This function takes a single argument which will be a string. Your function needs to return this string with all of the ys and zs swapped, and all of the Ys and zs swapped. Here are some example calls to your function: s .fix_yz('what did zousaz?') print(s) what did you say?

Dec 05, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here