In this video, you will learn how to print an Inverted Pyramid Pattern using One Line of Code in Python.
Logic -
According to the pattern :
1. For every row, we need (x-1) spaces before the stars (*)
2. For every row, we need (n-x+1) stars.
Note -
n = Number of total rows
x = Row Index number, like 0, 1, 2....,n
This pattern is based on space requirement between the stars. Some patterns don't require space between the stars, in that case replace the code with (*) instead of (* ).
---------------------------------------------------
Follow my Instagram account for more updates -
Instagram - @one.line.code
https://instagram.com/one.line.code?i...
Sur cette page du site, vous pouvez voir la vidéo en ligne Inverted Pyramid | Equilateral Triangle | One Line Code | Python | 2022 | durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur One Line Code 01 août 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 166 fois et il a aimé 10 téléspectateurs. Bon visionnage!