Python Special Programs - Multiplication Table Pattern

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 7

  • @hadideyal9377
    @hadideyal9377 ปีที่แล้ว +1

    How nice to see your lectures, everything is explained in a clear and orderly way, thank you sir, bless you...

  • @redblue17
    @redblue17 28 วันที่ผ่านมา

    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="
    ")

  • @rajeshprajapati1851
    @rajeshprajapati1851 ปีที่แล้ว +1

    Hats off to their presentation skills.

  • @Efe-hc6kx
    @Efe-hc6kx 10 หลายเดือนก่อน

    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

  • @shivamchakrawarti8262
    @shivamchakrawarti8262 ปีที่แล้ว

    ❤❤🎉❤❤❤

  • @ManushreeChowdhary
    @ManushreeChowdhary ปีที่แล้ว

    🎉❤