Give output: M=[ ]
M1=[ ]
M2=[ ]
for i in range(1,10):
M.append(i)
for i in range(10,1,-2):
M1.append(i)
for i in range(len(M1)):
M2.append(M1[i]+M[i])
M2.append(len(M)-len(M1))
print(M2)
please answer correctly please it's urgent
Answers
Answered by
0
Answer:
please write the question properly
Similar questions