You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-First of all user need choice which operation they want to perform.
-Then , they have to give input.
-On the basis of their choice selection the desired pattern will be printed.
main():-
It is the only function that contain all the computation work .
It takes the input from user and and perfprm the operation.
stepup_pattern()
This Function can be used to print the pattern as likes :-
*
* *
* * *
* * * *
stepdown_pattern()
This Function can be used to print the pattern likes :-
* * * *
* * *
* *
*
pyramidal_pattern()
This Function can be used to print the pattern as likes :-
*
* *
* * *
* * * *
Setup instructions
-User need any python ide to run the program
Display images/gifs/videos of output/result of your script so that users can visualize it