I hope that you had a good three-day weekend.
Before you finish up the Age Calculator we we are going to learn about ranges in Python.
Ranges are used to:
-setup a countdown
-check to see if a number falls between two values
-create a list of numbers
-count the number of items in a list of words
Start by launching a new Codehs sandbox program and name it “range practice”.
Finish up Age Calculator.
Then you can get started on your custom Python Generation Calculator.