# Introduction In Python, we can use the modulo operator (`%`) to check if a number is divisible by another number. If the remainder is equal to `0`, then the number is divisible. In this challenge, you will create a function that checks if a number is divisible by another number.
Click the virtual machine below to start practicing