+ 1
Please ask about this program.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2432/
10 Answers
+ 6
What should we ask? I think this is your task.
+ 4
Ravi Parmar Is task ke baad koi question nahi hai.
There is no any question after this task.
+ 1
Are you asking for an explanation of how the List re-assigns the number from 7 to 5 ?
+ 1
Nums = [7,7,7,7,7]
Nums[2] =5 #this is a list slice on the index of Nums, starting from 0.
Index = [0,1,2,3,4]
Print(Nums)
[7, 7, 5, 7, 7]
+ 1
what Ravi Parmar actually means....
+ 1
Didn't you understand why 5 is there in the center?
+ 1
WotanStorm He is asking to explain the question which is given after this task. But there is no any question after this task.
0
Sorry guys , it's tasks example are explained please
0
Ap samaj nahi rahe ho , me kahna chata hu ki is task ke bad jo question pucha hai uske bare me kah raha hu
0
Therefor i asked :D