# Pasquale Concilio
Great start, Pasquale! Good use of colab, as well. To make progress from where you are now see if you can write a Python function that takes a number X and prints “Divisible by 5” when the integer is divisible by 5 (but not 35), “Divisible by 7” when the integer is divisible by 7 (but not 35), and “Divisible by 35” when the integer is divisible by both 5 and 7? You have done well to solve the questions in the assignment.