Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Update dice.py

Open rohitgaikwad17 opened this issue 4 months ago • 1 comments

Switched from Python’s built-in random to NumPy’s random.randint()

Fixed typo in title (Dics Simulator → Dice Simulator)

Replaced multiple if-elif blocks with a dictionary for cleaner, more maintainable dice face printing

Updated loop exit logic to use break instead of exit(0)

rohitgaikwad17 avatar Aug 11 '25 07:08 rohitgaikwad17

Please merged my changes and add my name in contributers in project because this my college activity

rohitgaikwad17 avatar Sep 27 '25 13:09 rohitgaikwad17