Programming Examples

Python program to take two numbers and print if the first number is fully divisible by second number or not


Write a program to take two numbers and print if the first number is fully divisible by second number or not.

Solution

x = int(input("Enter first number: "))
y = int(input("Enter second number: "))
print(x % y and "Not Fully Divisible" or "Fully Divisible")
Output

Enter first number: 4

Enter second number: 2

Fully Divisible

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad