Skip to content

Divisible

Divisible(n, m)

returns True if n could be divide by m.

See:

Examples

>> Divisible(42,7)
True

Implementation status

  • ✅ - full supported

Github