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

Publicado el: 01 enero 1970
en el canal de: 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...  


En esta página del sitio puede ver el video en línea Python Pattern 02 || Kite Pattern using Python || Python Class 11 de Duración hora minuto segunda en buena calidad , que subió el usuario CoREdcoder 01 enero 1970, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 360 veces y le gustó 17 a los espectadores. Disfruta viendo!