Python
Multiplication table in Python
In this blog you will learn how to make Multiplication table in Python
Jun 19, 2022
As, in previous blog I have told about how to make first program in python so today we will make a program with python on multiplication table
So,let’s focus on the code given below in this I have written:
1) “number = int” (int means integer) which means that we can get both positive and negative number table .
2)input(“ ”)- This means you can write anything in the bracket as I have written and get the user input .
3)print(“ ”, number)-This means that you will get the multiplication table of required number.
Here, is your required multiplication table.
Thanks for seeing my blog,
Aryan Singh