07 Aug Summer Camp 2021 Python Homework 15:00 – week 05
Question 1: Write a program by using counting loop (for loop) to print a multiplication table (a times table). At the start, it should ask the user which table to print. The output should look something like this: Sample Input: Which multiplication table would you like? 5 Sample...