Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Function basics
10. Additional practice
Summary

Instruction

Great! It's time for additional practice.

Exercise

Create a function called find_divisors that takes an integer x and prints its divisors from 2 to x-1, each on a new line.

Test your function by running it for the number 20.

Stuck? Here's a hint!

Use the modulo operator %.