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

Published: 09 June 2021
on channel: 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 : )


On this page of the site you can watch the video online How To Make Dice Simulator | Using Python | Beginner Python Project | with a duration of hours minute second in good quality, which was uploaded by the user ProrammingWith Somesh 09 June 2021, share the link with friends and acquaintances, this video has already been watched 45 times on youtube and it was liked by 5 viewers. Enjoy your viewing!