You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python script that simulates the rolling of dice. It allows users to choose between rolling one die, two dice, or a customizable number of dice. Each roll displays a visual representation of the dice face(s) rolled and prints the total sum of the rolls. The program runs in a loop until the user decides to exit.