import random_dice_roller as rdr
rdr.roll_dicev()
print(rdr.roll_dice_MaxMin(minimum_number=1,maximum_number=100)) # for any numbers (returns a rand num in int)
print(rdr.roll_dice()) # to roll the normal dice(1 to 6) in a number format
``
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
DevER-M/dice_roller
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|