I need help creating a simple multiplication table using nested loops and if statements with Python. />
I need help creating a simple multiplication table using nested loops and if statements with Python.
/>
This source code must prompt the user for the size of the multiplication table (from 2×2 to 10×10).
I need to use a validation loop to display a warning if the number is less than 2 or greater than 10 and prompt the user to enter the data again until they enter a valid number.
I also have to put a # after any even number in your table (odd numbers will have just a space/nothing after them).