Computer Science, asked by nithyaqueen27, 10 months ago

Write a python program to input two numbers and print if the first number is
fully divisible by the second number or not​

Answers

Answered by AtulKantsingh
2

Answer

::Python Program to Add Two Numbersa = int(input("enter first number: "))

Similar questions