Computer Science, asked by kuldeepswarnkar14, 2 months ago

Write a python program to find whether an input no. is divisible by other input no. or not
it is wrong in that si_te and is not applicable for this question

Answers

Answered by Madhur00193
0

Answer:

input = input('enter first no. :')

input_2 = input('enter second no. :')

if input%input2 == 0:

(tab space) print ('the numbers are divisible')

else :

(tab space) print ('the number is not divisible')

Hope u like it plz rate 5 and follow for more .

Answered by Anonymous
0

Answer:

Oh!!!!!!!!

it's okay

keep smiling ☺️

Similar questions