Computer Science, asked by archigautam0, 1 year ago

Write a python code to input a number and check whether it is divisible by 7 or not

Answers

Answered by Anonymous
10

Explanation:

Write a Python program to find those numbers which are divisible by 7 and multiple ... nl=[] for x in range(1500, 2701): if (x%7==0) and (x%5==0.

Answered by Anonymous
0

Explanation:

the python code that is used to connect the input for a number and maybe that is divisible by 7..

Similar questions