Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: waliullah9277/simple-project-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: shabir-mp/simple-project-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 13, 2024

  1. Update guess_number.py

    Changes made:
    
    1. Changed the name of the game to "Gauss Number Guessing Game" for better readability.
    2. Added a function to clear the console screen between games.
    Added a lower() function to the input for playing again to make it case-insensitive.
    3. Changed the print statement for playing again to make it more user-friendly.
    4. Organized the code by adding proper indentation and spacing for better readability.
    Shabir Mahfudz Prahono authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2df88e6 View commit details
    Browse the repository at this point in the history
Loading