Answered step by step
Verified Expert Solution
Question
1 Approved Answer
| 1 2 3 4 5 6 7 8 9 --- --- ----- ----- ----- ----- ----- ----- ----- ----- ----- 1 | 1 2
| | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
--- | --- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
1 | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
2 | | | 2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 18 |
3 | | | 3 | 6 | 9 | 12 | 15 | 18 | 21 | 24 | 27 |
4 | | | 4 | 8 | x | x | x | x | x | x | x |
5 | | | 5 | 10 | x | x | x | x | x | x | x |
6 | | | 6 | 12 | x | x | x | x | x | x | x |
7 | | | 7 | 14 | x | x | x | x | x | x | x |
8 | | | 8 | 16 | x | x | x | x | x | x | x |
9 | | | 9 | 18 | x | x | x | x | x | x | 81 |
Write a program in python to display a multiplication table as shown above. Name the program multiplication.py. Use Loops to print the table. It should be exactly as shown above.
Take a screenshot of the script and the output
Submit:
- the script, multiplication.py
- the screenshot, multiplication.pdf
In the first few lines, please include
# Created by Your name
# Assignment name / description
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started