Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

INTRODUCTION TO PROJECT

“Dice Rolling Simulator”

As the name of the program suggests, this project


will be imitating a rolling dice. This python project
will generate a random number each time the dice
is rolled and also the user can repeat this program
as long as he wants. The program is projected in
such a way that when the user rolls a die, the
program will generate a random number between
1 and 6.

The program will use the in-build function to


generate the random number for rolling dice. It
will also ask the user if they wish to roll the dice
again.

You might also like