Question: MAKE A PYTHON SCRIPT 1. Define a function (for which you choose a descriptive name) that takes a string as an argument and draws a
MAKE A PYTHON SCRIPT 
1. Define a function (for which you choose a descriptive name) that takes a string as an argument and draws a box around the text on the screen. There should be one space before and after the string, and on = on each side. Fill in above and below accordingly. 2. Ask the user for a name. 3. Use the function you defined in 1. to draw a box around the name on the screen. Leave a blank line before and after the box. 4. Wish the user a good day. CODE SHOULD PRINT OUT LIKE THIS: What is your name? NAME = NAME Have a nice day
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
