Question: In Python You are provided with a partially completed Python program. The program depends on a function def swap_case(word). This function will change all lower


In Python
You are provided with a partially completed Python program. The program depends on a function def swap_case(word). This function will change all lower case letters to upper case and al upper case letters to lower case. Complete the function. Do not change any of the other code in the file. If you implement the function correctly, the rest of the code will work Here is an example execution trace. Welcome to Case Swapper 1.0 Enter Text (or 'exit) 1000 Case Swapped Version: 1000 Enter Text (or 'exit) OranGes Case Swapped Version: RANgES Enter Text (or 'exit'): OrANGES Case Swapped Version: oRanges Enter Text (or 'exit) ROBOT Case Swapped Version: robot Enter Text (or 'exit) RoBoT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
