How to print hollow square star "*" pattern using python | python programming tutorial for beginners

Поділитися
Вставка
  • Опубліковано 4 вер 2024
  • #python #pattern #program #tutorial #beginners #star_pattern
    About Video : How to print hollow square star "*" pattern using python | python tutorial for beginners
    Subscribe To My Programming/Tech Channel : / @tycomaccodes
    Subscribe To My Gamming Channel : / @tricksterx
    Connect with Me On :=
    Instagram : vinzy_97
    Twitter : tycomac1
    If you find this video helpful please Like,Share and Subscribe
    and I'll see ya in the next one!!!
    python pattern tutorial,python pattern programs,python patterns,star pattern,printing star pattern,python,python design patterns,star pattern in python,python pattern printing,pattern program,python star pattern,star pyramid,pattern program in python,python pattern,wap to print hollow square star pattern in c,python star pattern program,pattern printing programs in python,star patterns,pattern programming in python,printing patterns in python,star pattern program in python

КОМЕНТАРІ • 27

  • @TycomacCodes
    @TycomacCodes  3 роки тому +3

    7 Hours course Python for pattern programs, Example Programs, Data Structures and Algorithms (3 in 1 course) out now
    link : www.udemy.com/course/python-for-patterns-problems-data-structures-algorithms/?referralCode=186515267189E391E366

  • @rossdiya5178
    @rossdiya5178 6 місяців тому +1

    From my heart I'm saying
    It's too clear 🎉
    Tqsm❤

  • @ARIA-In
    @ARIA-In 2 місяці тому

    Clear baaa❤

  • @insightcody4213
    @insightcody4213 3 роки тому +3

    to solve that square looks triangle problem.
    print("* ", end ="") you must include white space after your star.

  • @vinayak7718
    @vinayak7718 2 роки тому +2

    If you use use a space inside the end statement (end " " ) in your if and else statements a perfect square might be formed.
    Btw great video keep up the good work

    • @TycomacCodes
      @TycomacCodes  2 роки тому +3

      Yup this works, I have made a new video in which I addressed it, and thank you for the kind words. 😊

    • @vinayak7718
      @vinayak7718 2 роки тому

      @@TycomacCodes Welcome, will check that new video ✌️

  • @SHUBHAM123454
    @SHUBHAM123454 3 роки тому

    Adbhut!

  • @jatinderpalsingh315
    @jatinderpalsingh315 9 місяців тому

    Thank you bro.

  • @yashwanthlal9071
    @yashwanthlal9071 3 роки тому +1

    Best explanation

  • @biswajeet9826
    @biswajeet9826 2 роки тому

    Pls explain exercises in a practical introduction to python book,

  • @ashwinibhosale244
    @ashwinibhosale244 3 роки тому

    Awesome

  • @sushmakulkarni2672
    @sushmakulkarni2672 3 роки тому +1

    can you print the numbers in right angle trianngle?

    • @TycomacCodes
      @TycomacCodes  3 роки тому

      sure, what kind of exact pattern you are looking for!?, I'll probably make a video on it.

  • @harishyoutubeworld98
    @harishyoutubeworld98 2 роки тому +1

    update python prog to print 2+22+222+2222 series??

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

      you can use string method for it

  • @hemantlohakare267
    @hemantlohakare267 3 роки тому

    im not getting perfect rectrianle shape
    plese help me

    • @TycomacCodes
      @TycomacCodes  3 роки тому +3

      I think you are the same guy who asked the same doubt on Facebook as well, i hope your doubt is clear

  • @mariselvam6548
    @mariselvam6548 2 роки тому

    pls convert this code into algorithm

  • @mohammedhaj7171
    @mohammedhaj7171 3 роки тому

    empty square without loops ?

    • @TycomacCodes
      @TycomacCodes  3 роки тому +3

      Just use multiple print statements, but it's not an efficient way of coding I would say!!!

    • @mohammedhaj7171
      @mohammedhaj7171 3 роки тому

      @@TycomacCodes can you do code ?

    • @yashwanthlal9071
      @yashwanthlal9071 3 роки тому +1

      @@mohammedhaj7171
      Print("* * *")
      Print("* *")
      Print("* * *")
      This might work for u 😂 funny but yes it works

  • @shashwatswaraj4078
    @shashwatswaraj4078 3 роки тому

    Not working