Computer Science, asked by madhupradee, 5 months ago

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 vandanaridham
0

Answer:

hbdnsnndndndnnd

Explanation:

bdbdbbdbd

Answered by lalbaburai9002
2

Answer:

23455 this is the answer of this question

Similar questions