Predict the output :
a = [1,2,3,4,5]
2
for i in range(1,5) :
a[i-1] = a[i]
for i in range(0,5) :
print(a[i] , end = “”)
Answers
Answered by
0
Answer:
hbdnsnndndndnnd
Explanation:
bdbdbbdbd
Answered by
2
Answer:
23455 this is the answer of this question
Similar questions