extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays. Open for hacktoberfest PRs.
https://pypi.org/project/easyPythonpi/
16 stars 37 forks source link

pattern printing pyramids and unit test cases #85

Closed AndrewHUNGNguyen closed 11 months ago

extinctsion commented 11 months ago

A more suitable name for pyramid_pattern_printing would be print_pyramid or printPyramid whatever naming conventions we are using.

I am suggesting this because if someone will import this method as easyPythonpi.patterns.print_pyramid(5).

Patterns.print_pyramid is more readable I guess.