“Losowy Python kości” Kod odpowiedzi

Python symulatorów do walcowania kości

from random import randint

def roll_dice():
    print(f"Number is: {randint(1,6)}")

# Do this to simulate once
roll_dice()   

# Do this to simulate multiple times
whatever = 12 # Put the number of times you want to simulate here
for number in range(whatever):
    roll_dice()
Random boi

Losowy Python kości

sasdasdas
Unusual Unicorn

Losowy Python kości

what code should i use for the DICE adn andom   6 numbre 
JERRICA DESI

Odpowiedzi podobne do “Losowy Python kości”

Pytania podobne do “Losowy Python kości”

Więcej pokrewnych odpowiedzi na “Losowy Python kości” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu