Python Pattern 02 || Kite Pattern using Python || Python Class 11

Published: 01 January 1970
on channel: CoREdcoder
360
17

In this video we learn how to print pattern in python easily and in few lines. I will continue this video series for you keep supporting me thank you.

Telegarm channel link-:
https://t.me/CoREcoder456​

###########################
source code-:

n=int(input('enter the number-:'))
print(' '*(n+(n-1)) + ' *')
for i in range(1,n+1):
print(' '*(n-i) + ' *'*i + ' *'*i)
for j in range(n,0,-1):
print(' '*(n-j) +' *'*j +' *'*j)
print(' '*(n+(n-1)) + ' *')

#######################################
Right angle triangle pattern-
https://www.youtube.com/watch?v=ONut_...

Isosceles Triangle pattern-:
   • Python Pattern 01 || Isosceles Triangle pa...  


On this page of the site you can watch the video online Python Pattern 02 || Kite Pattern using Python || Python Class 11 with a duration of hours minute second in good quality, which was uploaded by the user CoREdcoder 01 January 1970, share the link with friends and acquaintances, this video has already been watched 360 times on youtube and it was liked by 17 viewers. Enjoy your viewing!