Question: Code is in python. Please if possible upload a screen shot that is typed and indented correctly if possible. Thank you ascii_ figure Favorite Language/Type:
Code is in python. Please if possible upload a screen shot that is typed and indented correctly if possible. Thank you

ascii_ figure Favorite Language/Type: Author: Python for Marty Stepp (on 2017/09/13) Write a console program that draws a figure of the following form, using for loops I/**NIINI Then, modify your program to prompt the user to type an integer (using the input function) so that it can create a similar figure of any size. For instance, the diagram above has a size of 5. For example, the figure below has a size of 3 Figure size? 3 1VIANIINNI And the figure below has a size of 7 Figure size? 7 ITTTIII//*VIVI\\\\VVI II/**IIVIN Type your Python solution code here: 4 This problem asks for bare code. Submit a fragment of Python code as described. Do not write any class or method heading around your code; just write the lines of code that will produce the result described. Highlighting Submit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
