Module: (Python) Subroutines: Procedures and Functions - 2


Problem

2/8

Number of divisors of a number

Problem

Write a function that returns the number of divisors of a natural number
Examples
# Input Output
1 6 4