tutorial |
---|
-
Change whatever you need to change to make the algorithm print random integers between 1 and 12.
-
This time use the
randrange()
function.
-
It should print between 1 and 12, not between 0 and 12.
-
This exercise is super simple, don't complicate yourself! 😃