Today's goal is to write a function that takes in a list of strings and prints them, one per line, in a rectangular frame. For example the list ["Hello", "World", "in", "a", "frame"] gets printed as:
********* * Hello * * World * * in * * a * * frame * *********
Comments:
Ben - 10 years, 2 months ago
C#
reply permalink
Max Burstein - 10 years, 2 months ago
Thanks for the submission!
reply permalink
Anonymous - 10 years, 2 months ago
Python
reply permalink