Python - Take Home Test

Assignment #1

Create an application that counts from 1 to 100.

  • Every number that is dividable by 3 replace with "Fizz"
  • Every number that is dividable by 5 replace with "Buzz"

Assignment #2

Update the application with:

  • Add unittests

Assignment #3

Update the application with:

  • Every number that is dividable by 7 replace with "Fool"