Discussion about this post

User's avatar
Luca's avatar

import random

message="You rolled a"

print("Rolling the dice")

print(message,random.randint(1,6))

Expand full comment
Dang Huu Dung's avatar

can we upgrade this code to make a software randomgenarator from 1-100 with UI?

Expand full comment
4 more comments...

No posts