/dice-roller

this is a program that rolls a dice and asks if u want to roll again

Primary LanguagePython

this code creates a random integer from 1 to 6 representing the number on top of the dice using random library in python then it checks if we want to roll again using a while loop and if the answer is yes it rolls again :)