Table with python program #Table using while loop

preview_player
Показать описание
Share this Video
If you like then share comment and subscribe and press the bell icon for our new updates
Рекомендации по теме
Комментарии
Автор

First time while ka kaam samaj aa gya😊

Gamercjh
Автор

a=int(input("Enter the table:"))
i=1
While (i<10) :
print (a, 'x', i, '=', a*i)
i=i+1

ASpace
Автор

Well you can also using <=10 instead of <11

STG_Gaming
Автор

Have you ever heard of
for i in range(10)?
(You can also do range(1, 11)

cycrothelargeplanet
Автор

Can we for instead of while
For i in range (10):

manyasingh
Автор

try this
for i in range(1, 11):
print(i, "x 1 ", i*1)

madhanarjun
Автор

could You please put this program with if condition and break statment.

Dreamsofgoutham
Автор

Do you want to continue press 1, ela repeat avvali ante am cheyyali

pavanrajulapati
visit shbcf.ru