add
This commit is contained in:
6
Practica3/task1_rpo254.py
Normal file
6
Practica3/task1_rpo254.py
Normal file
@@ -0,0 +1,6 @@
|
||||
a = int(input()) #start
|
||||
b = int(input()) #end
|
||||
|
||||
for i in range(a, b + 1):
|
||||
if i % 7 == 0:
|
||||
print(i)
|
||||
Reference in New Issue
Block a user