Python Dice Simulator Text Game
This project involves writing a program that simulates rolling dice. When the program runs, it will randomly choose a number from 1 and 6 using randint() method. The program will print our text dice output based on the random number generated. It sho...
Sep 3, 20212 min read252

