Notifications You must be signed in to change notification settings Review these resources if you need a refresher on how while loops work and different ways to set up a while loop.
Import the Library python Copy Edit import random 🧠 Explanation: We import the random library, which is a built-in Python library. It contains many functions that help us work with random numbers.