Question: Im using python, please be clear, and make sure that the code runs and it should be exactly as the green area. 2. Write a
2. Write a function called frame_string that takes a string as an argument. Its job is to print that string with a frame around it, just like in Lab 2. Unlike the other functions we have written frame_string does not need and therefore should not have a return statement. Write code to call the function two times. For the first call pass the string Spanish Inquisition. For the second call, pass the string Ni. Print a blank line between calls. The output should be oloooopeoo Spanish Inquisition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
