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...
dheerajchoudhary.hashnode.dev2 min read