Exercise #1: Create a function that returns a list of the prime numbers up to 100

Exercise #2: Create a function that prints out the n-th term in the Fibonacci sequence

Exercise #3: Create a function prints the hailstone sequence starting at n and return its length

Use: Functions, variables, printing, loops, conditionals

<aside> 👀 Answer Key | Don't look until you've tried it yourself.

</aside>