Exit Quiz
Question 1 of 6
1
of 6
Do you need to write all the code for random number generation yourself?
Select one answer
Yes, Python doesn’t have built-in functions.
Yes, it’s required for every program.
No, Python’s standard library includes the random module.
No, but you have to create your own module.
Think about the tools Python provides for random number generation.
Need a hint?
Check