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

Pubblicato il: 09 giugno 2021
sul canale di: 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 : )


In questa pagina del sito puoi guardare il video online How To Make Dice Simulator | Using Python | Beginner Python Project | della durata di ore minuti seconda in buona qualità , che l'utente ha caricato ProrammingWith Somesh 09 giugno 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 45 volte e gli è piaciuto 5 spettatori. Buona visione!