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

preview_player
Показать описание
In this Python Pattern Program video, you will learn to print stars '*' in 9(nine) shapes.
So in the series of the Python Numeric pattern program, we will learn to print stars '*' in number shape, such as 0,1,2,3,4,5,6,7,8,9.

* * * * * * * * * *
* *
* *
* *
* *
* *
* * * * * * * * * *
*
*
*
*
* * * * * * * * * *

––––––––––––––––––––––––––––––
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

how to do this problem by getting the user from input()
will u explain breifly how to do
for all the digits
like n = 4

* * * *
* *
* *
* * * *
*
*

* * * *

venkatn
Автор

Also makes Python Alphabetical Pattern

riteshkumarparvat
Автор

Hai sir can you explain if it given as input or assignment prblm how to do sir.

vamshithota