Python Pattern Programs | Printing Stars '*' in R Shape

preview_player
Показать описание
In this Python Pattern Program video, you will learn to print stars '*' in R shapes. Python alphabetical Pattern Program. Python program to print star "*" in alphabetical shape.

In the series of Python alphabetical Pattern, we will learn to print all alphabet Pattern from A to Z.
So guys Keep watching these video and stay connected with me.

👉👉👉Source code is given in Comment Box👈👈👈

––––––––––––––––––––––––––––––
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

for row in range(7):
for col in range(5):
if (col==0) or ((row==0 or row==3) and (col>0 and col<4)) or ((col==4) and (row>0 and row<3)) or (row-col==2):
print("*", end=" ")
else:
print(end=" ")
print()

parvatcomputertechnology
Автор

Sir You are Amazing, You give us a awesome tricks to create a hard pattern with easy method 👌👌👌👌

aapt
Автор

I completed all alphabet from amulya academy ma'am 💗❤️ but here is some new information about all alphabet with new tricks and techniques. and I loved it.

kirannegi
Автор

I am Waiting for V pattern because my name is started with V, so sir Please post as soon as Possible 🙏🙏🙏🙏🙏🙏

vivekkumar-uqui
Автор

I think Your Name is Also started With R 🤔🤔🤔🤔🤔

aapt