tutorial.eyehunts.com
Write a Python program to print the multiplication table of 4 | Code
Using for loop and range() function you can easily print the multiplication table of 4 in Python. Python example to print the multiplication
Rohit