You're getting the hang of print()! Let's try something more personal.
In this exercise, you'll create a block letter version of your initials using characters. For example, if your name is Ada Lovelace, your initials are A and L:
Get creative! There's no single correct answer here.
print(' A L ')
print(' A A L ')
print('AAAA L ')
print('A A LLLL ')