for loop - I Generate table of any number, to any number of times I Python 6

preview_player
Показать описание
Loops allow to perform operations iteratively.
In lecture 6 of the Python series, we discuss how the same operation can be performed multiple times using the 'for' loop.
We write a code to generate the multiplication table for any given number and up to any given limit.

#python #pythonprogramming #pythoncoding #pythonlearning #python3 #pythonforbeginners #biotech #biotechnology #biotecnologia #bioinformatics #bioinformatician #bioinformatica #bioinformática #india #indian #padho_India #python #for_loop #tables #if #else #lets_grow_together #vipins_e_classroom #lets_grow_together #pythonprogramming #bioinformatics #loops #loop #looping
Рекомендации по теме
Комментарии
Автор

Good morning from this end Dr. Vipin.
It's morning at my place. Thank you for this beautiful lecture. But I have a question.

In attempting the last exercise to generate the list of odd numbers from 1--10 I tried to tweak the condition and use the equal to sign instead .
In this manner
If X%2=1
But it keeps saying invalid syntax. Could there be a reason for that

akinolajoshua.a