Skip to content

Commit dd5229b

Browse files
committed
initialize level 1
1 parent 54d5ecf commit dd5229b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

anwers/lvl_1/level_1.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)