Skip to content

K1ck11/Random-Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

import random

while True: input("Press Enter to roll the dice: ") roll = random.randint(1, 6) print(f"You rolled a {roll}!")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published