#2 | Program to print Full Triangle Pyramid pattern using an asterisk (star) in Tamil

Поділитися
Вставка
  • Опубліковано 4 вер 2024
  • Program to print Full Triangle Pyramid pattern using an asterisk (star) in Tamil
    Accept the number rows user want to print in the pattern.
    Iterate those number using outer for loop to handle the number of rows.
    Inner loop to handle the number of columns. Inner loop iteration depends on the values of the outer loop.
    Print start, number, asterisk, Pyramid and diamond pattern using the print() function.
    Add a new line after each row, i.e. after each iteration of outer for loop so you can display pattern appropriately.
    c tutorial link - • C Programming Tutorial...
    oops link - • Learn Object Oriented ...
    html5 link - • 1# Introduction to HTM...
    css3 link - • PART-1 INTRODUCTION TO...
    javascript link - • PART-1 INTRODUCTION TO...
    python link • #1 - Python Tutorial i...
    c tricks - • ADD TWO NUMBERS WITHOU...
    c interview questions - • Find The Output Of the...
    sample program - • HOW TO WRITE C PROGRAM...
    c++ program - • PART-01 INTRODUCTION T...
    vb6 tutorial - • Visual Basic 6 Tutoria...
    __
    like our face book page..
    / santratechspot
    --------------------------------------------------------------------------------
    send request our channel official facebookprofile...
    / santra.techspot.5
    ---------------------------------------------------------------------------------
    #santratechspot #python #examples

КОМЕНТАРІ • 18

  • @MOVIEBIRIYAANI
    @MOVIEBIRIYAANI Рік тому +1

    Thalaivaa unnala than nan python kathukitten nee nalla irukkanum🎉

    • @SANTRATECHSPOT
      @SANTRATECHSPOT  Рік тому +1

      thanks nanba really very happy to see your comment

  • @deepanmanic8009
    @deepanmanic8009 5 років тому +10

    Nice video but improve ur audio quality

  • @dcba123
    @dcba123 2 роки тому +5

    Program good. But full explanation vennum. Sariya puriyala loop

  • @pratheeshc.j4331
    @pratheeshc.j4331 4 роки тому +11

    if(program==satisfied):
    print("Thank You ")
    else:
    print("no comments")
    o/p:
    Thank you

  • @user-bk1sp6pm1n
    @user-bk1sp6pm1n 6 місяців тому

    Super bro...

  • @r.iyappan3527
    @r.iyappan3527 7 місяців тому

    def star(rows):
    for i in range (1,rows+1):
    print(" " * (rows-i)+"*" * (2*i-1))
    #Main program
    number of rows = 5
    star(number of rows)
    Program to print star pyramid in python

  • @gunasekar4939
    @gunasekar4939 3 роки тому +6

    Instead of this
    Rows=int(input("Enter yr no:"))
    For x in range(1,Rows+1):
    For y in range(1,Rows+1,-x):
    Print("", end='')
    For z in range(1,x+1):
    Print("*",end=)
    Print()

  • @ivar79
    @ivar79 5 років тому +1

    Keep it up bro

  • @dasaribabu1520
    @dasaribabu1520 4 роки тому +1

    Superb bro😊

  • @dennisjenidennisjeni3094
    @dennisjenidennisjeni3094 Рік тому

    Enna app solluga bro 🙏

  • @AbishekkC-ADA
    @AbishekkC-ADA 2 роки тому

    Bro last la "space" Varum bro

  • @NarenTran.B-hg3nw
    @NarenTran.B-hg3nw Рік тому

    Bro Ida programla eppadi bro numbers print pannaum bro

    • @SANTRATECHSPOT
      @SANTRATECHSPOT  Рік тому

      number patternku already namma channel video iruku bro check panni parunga