Python Program to Display the multiplication Table | Python Exercise Shorts

preview_player
Показать описание
Here, we have used the for loop along with the range() function to iterate 10 times. The arguments inside the range() function are (1, 11). Meaning, greater than or equal to 1 and less than 11.

We have displayed the multiplication table of variable num (which is 12 in our case). You can change the value of num in the above program to test for other values.

✔ Learn Code with sadik

CloudSystem - Popular (Copyright Free Music)

#shorts #ytshorts #programming #apnacollege #codewithharry #code24
Рекомендации по теме