Saurabh Gupta
Saurabh Gupta
This pull request adds a new Python script named number_guessing_game.py that implements a simple Number Guessing Game. In this game: - The program randomly selects a number within a specific...
Program to create a pyramid of stars. # Pull Request ## Related issue Fixes # ## What does this PR do? - ... ## PR checklist Please check if your...
This pull request introduces a new Python script named pyramid_of_stars.py that prints a beautiful pyramid pattern made of stars (*) based on user input. The script is simple, interactive, and...