Python homework 12/10 Due 12/14 (1) Write Python code to print out a 8 X 10 Block letter of the first initial of your name. Examples: Here is 'S' *** * * * * *** * * * * * **** Here is my middle initial in the Armenian alphabet: **** * *** * * * ** ** ** * * * * * * * * (2) Write Python code to print out an 8 X 8 chess board. Use a loop (or two). Turn in hardcopy (screen shot is ok) of Python code and screen shot of your initial and of the chess board.