Commit bedc74a6 by BellCodeEditor

save project

parent 3377a1de
Showing with 8 additions and 25 deletions
sb=int(input()) m=int(input())
arr=input().split(",") n=int(input())
for i in range(sb): tm=[]
arr[i]=int(arr[i]) for i in range(m,n+1):
print(arr) if i%7==0 and i%5!=0:
#94 10 33 43 75 54 53 99 83 28 tm.append(i)
#10 33 43 75 54 53 94 83 28 99 print(",".join(list(map(str,tm))))
#10 33 43 54 53 75 83 28 94 99 \ No newline at end of file
#10 33 43 53 54 75 28 83 94 99
#10 33 43 53 54 28 75 83 94 99
#10 33 43 53 28 54 75 83 94 99
#10 33 43 28 53 54 75 83 94 99
#10 33 28 43 53 54 75 83 94 99
#10 28 33 43 53 54 75 83 94 99
#96 18 53 78 17 63 26 63 12 31
#12 18 53 78 17 63 26 63 96 31
#12 17 53 78 18 63 26 63 96 31
#12 17 18 78 53 63 26 63 96 31
#12 17 18 26 53 63 78 63 96 31
#12 17 18 26 31 63 78 63 96 53
#12 17 18 26 31 53 78 63 96 63
#12 17 18 26 31 52 63 63 96 78
#12 17 18 26 31 52 63 63 78 96
\ 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