Python Star Triangle with Single Loop|| Python Beginner Series with Source Code # Python # shorts

Опубликовано: 03 Октябрь 2024
на канале: SudiptaSir Tutorial
60
8

Python Star Triangle with Single Loop|| Python Beginner Series with Source Code
Python
shorts
Python Triangle
Python Pattern
Python star Patten
Python loop



It's a python shorts video where I am trying to teach python beginners to Advance.

Source code :

   • if else if elif (pyhton)  

   • if elif(python)  


   • Python While Loop  

for i in range ( 1: 6):
print ("*"*i)