Project: Dice Roller
Learn to use built-in modules to extend Python’s power.
We'll cover the following
Task
In this challenge, you’ll create a function that simulates rolling two six-sided dice. You’ll use Python’s random.randint()
function to generate numbers between 1 and 6, just like a real die.
Get hands-on with 1400+ tech skills courses.