Newbie Bite 34. Random Module
Login and get codingIn this Bite, you'll write a simple number guessing game using Python. An essential part of this exercise involves using the
randommodule, which brings us to an important concept in Python: modules.