Report Bug

Qus

What will be the output of the following Python code?

  a= [1, 2, 3, 4, 5]  for i in range(1, 5):      a[i-1] = a[i]  for i in range(0, 5):       print(a[i],end = " ")
Qusनिम्नलिखित Python कोड का आउटपुट क्या होगा?


A. 5 5 1 2 3
B. 5 1 2 3 4
C. 2 3 4 5 1
D. 2 3 4 5 5


Solution
D. 2 3 4 5 5



Explanation
The items having indexes from 1 to 4 are shifted forward by one index due to the first for-loop and the item of index four is printed again because of the second for-loop.
CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad