We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d5ecf commit dd5229bCopy full SHA for dd5229b
anwers/lvl_1/level_1.py
@@ -0,0 +1,11 @@
1
+# Question 1
2
+# Level 1
3
+
4
+# Question:
5
+# Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5,
6
+# between 2000 and 3200 (both included).
7
+# The numbers obtained should be printed in a comma-separated sequence on a single line.
8
9
+# Hints:
10
+# Consider use range(#begin, #end) method
11
0 commit comments