Printing Stars "*" in Inverted Right Triangle Shape | Python Pattern Program

Поделиться
HTML-код
  • Опубликовано: 4 июл 2020
  • In this python programs video tutorial you will learn to print stars in right triangle shape in detail.
    We used Nested for loops to write this program.
    Printing Stars in Right Triangle Shape:
    • Printing Stars "*" in ...
    #PythonPrograms #PatternProgram
    You can Checkout:
    ProgramsAndMe
    programsandme

Комментарии • 5

  • @umloiro3219
    @umloiro3219 5 месяцев назад +1

    Thank you it helped me understand the problem better, I found this other solution:
    n = int(input())
    for row in range(n, 0, -1):
    X = 0
    for column in range(0, row):
    X = (X * 10) + 1
    print(X)

  • @its_me_balu3216
    @its_me_balu3216 3 месяца назад

    Your voice so cuteeeeee

  • @shimshondayal8458
    @shimshondayal8458 Год назад +2

    Yen☠️

  • @nayantiwramkar
    @nayantiwramkar 5 месяцев назад +1

    Voice is very nice