Commit 7e3263e7 by BellCodeEditor

save project

parent c526d031
Showing with 8 additions and 0 deletions
m=int(input())
n=int(input())
arr=[]
for i in range(m,n+1):
if i%7==0 and i%5!=0:
arr.append(str(i))
print(",".join(arr))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment