एक Logic का उपयोग करके 10 से ज्यादा Pattern Printing Program बनाएं | Python Tutorial in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2020
  • In this video tutorial in Hindi you will learn How to use one logic for Printing more than 10 Patterns using Python Programming Language.
    Printing Patterns in any language allows a beginner in Programming to learn new tricks, helps to understand and construct the logic.
    Here first we start with the Right Angle Triangle Star pattern. you will learn to create the logic and write the program. then we modify the program to display more than 10 patterns using Python Language.
    For more tutorials visit our website
    www.LearningLad.in
    LearningLad in social media
    facebook / learningladhindi
    twitter / llhindi
    Google+ www.google.com/...
    Learn#WithMe

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

  • @aravindtejalakavath826
    @aravindtejalakavath826 4 ปีที่แล้ว +11

    Friend: how to learn patterns in python easily ?
    Me: mujhe nhii pata!
    LearningLad Hindi: Aajao mei dikhata hu :)

  • @abhaysalvi9787
    @abhaysalvi9787 4 ปีที่แล้ว +9

    Just came here from amuls academy :)

  • @RajMishra-bk1kk
    @RajMishra-bk1kk 3 ปีที่แล้ว +1

    Very good explanation download and watch it over.

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

      Thank you
      if possible watch my video's on TH-cam.
      as a creator i get to earn small money :)

  • @Abhishekmishra-bq5xm
    @Abhishekmishra-bq5xm 3 ปีที่แล้ว +1

    brother salute h appko ky smjaye hoo love it......thank you

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

    Explained different patterns in simple way without any confusion..Good

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

    best video on youtube for this topic

  • @sanchaykumar3343
    @sanchaykumar3343 3 ปีที่แล้ว +2

    marvellous brother!

  • @raghavmalhotra4209
    @raghavmalhotra4209 4 ปีที่แล้ว +3

    Great Video! Thanks :)

  • @rajujanjire8482
    @rajujanjire8482 4 ปีที่แล้ว +2

    Very amazing

  • @purveshgosalia8039
    @purveshgosalia8039 4 ปีที่แล้ว +2

    Thanks for this video bro

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

    very nice bro...
    very helpful

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

    Nyc explanation sir..thnqq😊😊

  • @DevSingh-qx5pl
    @DevSingh-qx5pl 4 ปีที่แล้ว +2

    @Learning lad hindi. Voice like sunil shetty and name anil shetty ..... cool

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

    उत्तम..

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

    Your explanation is op

  • @truckergamer5756
    @truckergamer5756 4 ปีที่แล้ว +2

    Thanks for the vid!

  • @zahirali6422
    @zahirali6422 2 ปีที่แล้ว

    very very good logic and this logic helps me a lot love you sir❤

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

    Good explanation

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

    when will the other videos of pattern are coming ?

  • @binuscorpia
    @binuscorpia 4 ปีที่แล้ว +2

    Very good video. But the logic could be explained in detail.

    • @LearningLadHindi
      @LearningLadHindi  4 ปีที่แล้ว

      Thank you for the suggestion.
      keep learning :)

  • @robineditor793
    @robineditor793 3 ปีที่แล้ว

    Thank uu very much

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

    Dani namaskara, encha ullar

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

    r = int(input("enter the number"))
    for row in range( 1,r+1 ):
    print("*"*row)
    print()

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

      Wrong coding bro. Because u not define row . U must to define it. It will not executed

  • @KaladharGopal
    @KaladharGopal 4 ปีที่แล้ว +2

    Which code editor are you using sir ?

  • @trtofficial.6764
    @trtofficial.6764 4 ปีที่แล้ว

    Hello Sir, I am using pydroid s/w in my mobile, so please tell me sir who is the best app for uses of python for android.

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

    I can print this pattern .In two lione of python code☺️☺️
    *
    ****
    *****
    ******
    Code:- for i in range(1,5):
    print(i*"*")
    Ok 🇮🇳🇮🇳🇮🇳

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

    How to print hollow triangle

  • @di-entro
    @di-entro ปีที่แล้ว +1

    🙏🙏🙏🙏❤️❤️❤️

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

    can you tell what that print() is doing in last?

  • @sanainamdar1870
    @sanainamdar1870 2 ปีที่แล้ว

    Def function se kaise use kre please explain in

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

    What ide did you use?

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

    while loop ka use kyun nahi kiya bhai usska use kake bataao

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

    What is the use of end() function

    • @LearningLadHindi
      @LearningLadHindi  4 ปีที่แล้ว

      end is a parameter of the function print
      By default, the value of this parameter is '
      ' (e new line character)
      You can end a print statement with any character using this parameter.

  • @siddharthjha_18
    @siddharthjha_18 4 ปีที่แล้ว +2

    I want to print this type of pattern
    *
    * *
    * * *
    * * * *
    Anyone Help pls.

  • @bindushrivastava7246
    @bindushrivastava7246 3 ปีที่แล้ว

    Plz tell me display patern without end""

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

    Why it started from 11

  • @bibhudatta8652
    @bibhudatta8652 3 ปีที่แล้ว

    Sir teach me how to print a cricket bat like
    ***
    ***
    ***
    ***
    ************
    ************
    ************
    ************
    ************
    ************
    *************
    This
    Please coment a code