Question: Write a function that accepts a string and delimeter as arguments and prints a box around the string using the delimeter. The string and delimeter
Write a function that accepts a string and delimeter as arguments and prints a box around the string using the delimeter. The string and delimeter should be provided by a user. The length of the box should be the same number of characters as the string. The function should also print the box len(string) times.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
