Hi guys, in this video I'm going to show you how to make a Dice Simulator using python. so if you like this video, please Subscribe to my channel for more programming-like content.
Code:-
The Dice Simulator
import random
again = True
while again:
print(random.randint(1,6))
another_roll = input("Want To Roll Again (Y/N): ")
if another_roll.upper() == 'Y':
continue
else:
break
THANK YOU FOR WATCHING : )
Nesta página do site você pode assistir ao vídeo on-line How To Make Dice Simulator | Using Python | Beginner Python Project | duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário ProrammingWith Somesh 09 Junho 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 45 vezes e gostou 5 espectadores. Boa visualização!