Python Special Programs - Multiplication Table Pattern

  Рет қаралды 10,752

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 7
@redblue17
@redblue17 Күн бұрын
in a single loop : k - to track row l1 - to know when to move new line l2 - multiplication increment print('enter the rows') rows = int(input()) total = rows * (rows + 1) // 2 k = 1 l1 = 1 l2 = 1 for i in range(1, total + 1): l1 = k * (k + 1) // 2 print(k * l2, end = " ") l2 = l2 + 1 if(l1 == i): k = k + 1 l2 = 1 print(' ', end=" ")
@hadideyal9377
@hadideyal9377 Жыл бұрын
How nice to see your lectures, everything is explained in a clear and orderly way, thank you sir, bless you...
@rajeshprajapati1851
@rajeshprajapati1851 Жыл бұрын
Hats off to their presentation skills.
@Efe-hc6kx
@Efe-hc6kx 9 ай бұрын
Great method to teaching ,thanks a lot
@UsmanAliAli-od7eg
@UsmanAliAli-od7eg Жыл бұрын
Thanks you dear jaspreet sing sir from Pakistan 🇵🇰🇵🇰❤❤and long live for jaspreet sing sir from
@ManushreeChowdhary
@ManushreeChowdhary Жыл бұрын
🎉❤
@shivamchakrawarti8262
@shivamchakrawarti8262 Жыл бұрын
❤❤🎉❤❤❤
Python Special Programs - Full Pyramid of Stars
20:06
Neso Academy
Рет қаралды 9 М.
Python Special Programs - Pascal's Triangle
20:09
Neso Academy
Рет қаралды 14 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,7 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 7 МЛН
What are Demand Factors
2:18
Ultimate Electrician's Guide
Рет қаралды 1,1 М.
Python Special Programs - Right Triangle Number Pattern
17:40
Neso Academy
Рет қаралды 8 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
Python Special Programs - Separating Even & Odd Numbers
11:59
Neso Academy
Рет қаралды 10 М.
Python Special Programs - Sandglass Pattern of Stars
19:10
Neso Academy
Рет қаралды 11 М.
Python Special Programs - Armstrong Number
17:30
Neso Academy
Рет қаралды 9 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,7 МЛН