Question: Write a function named print_box(width, height, fillchar) that draws a rectangle of the specified size (bordering characters included) and fills it with the fillchar character.
Write a function named print_box(width, height, fillchar) that draws a rectangle of the specified size (bordering characters included) and fills it with the fillchar character.
Check tests before coding to see the exact shape required.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
