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

Показать описание
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:
another_roll = input("Want To Roll Again (Y/N): ")
continue
else:
break
THANK YOU FOR WATCHING : )
Code:-
# The Dice Simulator
import random
again = True
while again:
another_roll = input("Want To Roll Again (Y/N): ")
continue
else:
break
THANK YOU FOR WATCHING : )