how to make three dice simulation in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to make three dice simulation in python

i made a program to simulate dice rolling and doing things depinding on conditions using for loop and if in another language but i cant do it python

24th Jun 2016, 1:07 AM
Aly El Dine Gamal
Aly El Dine Gamal - avatar
1 Answer
0
Your question is not specific so I can only make assumptions on what you want. I assume you want to generate random numbers. randint (start,end) Picks a random number between the two arguments. To use from random import randint If this isn't what you are looking for, rephrase your question to be specific to your problem.
2nd Jul 2016, 6:55 PM
Gershon Fosu
Gershon Fosu - avatar