Physics, asked by bcf75, 6 months ago

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

Answers

Answered by Anonymous
2

Hello mate,

Here is python code :

It is in attachment

#It's my own code

Attachments:
Answered by thapaavinitika6765
1

import random

min = 1

max = 6

rollagain = "yes"

while rollagain == "yes" or rollagain == "y":

   print "Rolling the dices"

   print "The values are"

   

Similar questions