Flowchart + Python. Ask the user for a value. Then, ask the userfor the number of expressions of that value. Use While Loops tomake a program. So then, it should be so that 5 expressions for thevalue 9 would be:
9 * 1 = 9
9 * 2 = 18
9 * 3 = 27
9 * 4 = 36
9 * 5 = 45
Flowcharts and Python Code. Not just Python code. I cannot readhandwriting. I need to declare variables. I need to avoid globalvariables by passing down parameters and returning the results. Ineed separate functions for input, every processing, and theoutput.