Divisibility


Submit solution

Points: 5
Time limit: 10.0s
Memory limit: 5M

Author:
Problem type
Allowed languages
C++, Python

Write a Python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700 (both included).


Comments