Learn how to use Python's print() function to display multi-line text. Print the first initial of your first name using block letters. Print the first initial of your last name using block letters.
The file initials.py displays the initials of your name in block letters (ASCII art) using multiple print() statements. There's the basic exercise solution and my solution lists containing the letters ...