How To Make Dice Simulator | Using Python | Beginner Python Project |

Publicado el: 09 junio 2021
en el canal de: ProrammingWith Somesh
45
5

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 : )


En esta página del sitio puede ver el video en línea How To Make Dice Simulator | Using Python | Beginner Python Project | de Duración hora minuto segunda en buena calidad , que subió el usuario ProrammingWith Somesh 09 junio 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 45 veces y le gustó 5 a los espectadores. Disfruta viendo!