Completion requirements
Before diving into some aspects of random number generation using more advanced modules, review how to generate random numbers using the random module by practicing the code shown in these videos.
- Video 1: Python Random Module 1 # random.random() & random.seed()
- Video 2: Python Random Module 2 # random.randint() & random.randrange()
- Video 3: Python Random Module 3 # random.choice()
- Video 4: Python Random Module 4 # random.choices()
- Video 5: Python Random Module 5 # random.shuffle()
Source: Code & Maker https://www.youtube.com/@CoderMaker
This work is licensed under a Creative Commons Attribution 4.0 License.
Last modified: Friday, 7 March 2025, 10:52 AM