|
| 1 | +# Pattern |
| 2 | +## Aim:- Print Different Pattern |
| 3 | + |
| 4 | +## Purpose :- |
| 5 | + Pattern |
| 6 | + |
| 7 | +## WorkFlow :_ |
| 8 | +-First of all user need choice which operation they want to perform. |
| 9 | +-Then , they have to give input. |
| 10 | +-On the basis of their choice selection the desired pattern will be printed. |
| 11 | + |
| 12 | + |
| 13 | + ### main():- |
| 14 | + It is the only function that contain all the computation work . |
| 15 | + It takes the input from user and and perfprm the operation. |
| 16 | + |
| 17 | + ### stepup_pattern() |
| 18 | + This Function can be used to print the pattern as likes :- |
| 19 | + * |
| 20 | + * * |
| 21 | + * * * |
| 22 | + * * * * |
| 23 | + |
| 24 | + ### stepdown_pattern() |
| 25 | + This Function can be used to print the pattern likes :- |
| 26 | + * * * * |
| 27 | + * * * |
| 28 | + * * |
| 29 | + * |
| 30 | + |
| 31 | + ### pyramidal_pattern() |
| 32 | + This Function can be used to print the pattern as likes :- |
| 33 | + * |
| 34 | + * * |
| 35 | + * * * |
| 36 | + * * * * |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +## Setup instructions |
| 42 | + -User need any python ide to run the program |
| 43 | + |
| 44 | +## Display images/gifs/videos of output/result of your script so that users can visualize it |
| 45 | + |
| 46 | +https://github.com/prathimacode-hub/Awesome_Python_Scripts/pull/536/commits/07d8ac492efc89da42a2eddb993699ebd7b65b2a#diff-7f1b0012e1c61ea590b52b9f4577e9a66f03ff2f90d86b53f694af2fe0ee6758 |
| 47 | + |
| 48 | +https://github.com/prathimacode-hub/Awesome_Python_Scripts/pull/536/commits/07d8ac492efc89da42a2eddb993699ebd7b65b2a#diff-8f39869ecbb451d557f895ff78213ac89b64e5a6d4a41498639dbe22ff9a1c3b |
| 49 | + |
| 50 | +https://github.com/prathimacode-hub/Awesome_Python_Scripts/pull/536/commits/07d8ac492efc89da42a2eddb993699ebd7b65b2a#diff-96f025f0aa4dd9059158278cc0f98fabcfc0427c8d549914872badb01afbfc32 |
| 51 | + |
| 52 | + |
| 53 | +## Author(s) |
| 54 | +Ashutosh Kumar Saw <br> |
| 55 | + |
| 56 | + |
| 57 | + |
0 commit comments