Physics, asked by bcf75, 9 months ago

Give Python coding of Roll and Dice Game #Question to great coders like RockstarPratheek

Answers

Answered by Anonymous
1

Hello mate,

Here is python code :

It is in attachment

#It's my own code

Attachments:
Answered by Arianators
0

Answer:

We will be using the random module for this,since we want to randomize the numberswe get from the dice.

We set two variables (min and max) , lowest and highest number of the dice.

We then use a while loop, so that the user can roll the dice again.

The roll_again can be set to any value, but here it’s set to “yes” or “y”,

but you can also add other variations to it.

hope it helps

plz mark as brainlliest

follow me #arianators.

Attachments:
Similar questions