Simple Lists

  Рет қаралды 32,153

MIT OpenCourseWare

MIT OpenCourseWare

Күн бұрын

Пікірлер: 14
@Sero-619
@Sero-619 4 жыл бұрын
this one really got me good i thought its [life, everything, 42, universe]
@b088mohdzaid5
@b088mohdzaid5 Жыл бұрын
I got it when the loops comes at the end and compare the IF condition If 0 == 0; (note that first “zero” is in our list) then it’s becomes true and then L[0] = “universe” applies, thus position at 0 is changed This is tricky cause in any other prog language we loop through indices like 1,2,3,4… but in python they loop through list elements.
@chandlerzhu9735
@chandlerzhu9735 5 жыл бұрын
tricky, it uses "0" as an index
@shahanahmed952
@shahanahmed952 4 жыл бұрын
So, Basically at Index thing= 3, it replaced the value at Index '0' not '3'
@nishanthmaran4667
@nishanthmaran4667 2 жыл бұрын
It's shows the output as ['life','everything',42,0] Anyone please help me
@akbarrauf2741
@akbarrauf2741 7 жыл бұрын
thank you ,mit
@sohrabgh5448
@sohrabgh5448 5 жыл бұрын
we changed list.. why iteration does not stop?
@klubotics
@klubotics 4 жыл бұрын
sohrab gh We did not have a break statement or reach some sort of stop condition after the line which mutates the list. Thus, the for loop continues until there are no more elements.
@brainstormingsharing1309
@brainstormingsharing1309 3 жыл бұрын
👍👍👍👍👍
@rachel_rexxx
@rachel_rexxx 2 жыл бұрын
This problem requires noticeable deeper thought
@날개달린_양
@날개달린_양 Жыл бұрын
tysm
@abdulazizmukhamedov3553
@abdulazizmukhamedov3553 3 жыл бұрын
L = ["life", "answer", 42, 0] for thing in L: if thing == 0: L[thing] = "universe" elif thing == 42: L[1] == "everything" print(L) I got this answer: ['universe', 'answer', 42, 0]
@muntaface
@muntaface 3 жыл бұрын
You have a L[1] == 'everything, it should be L[1] = 'everything' (single '=' )
@abdulazizmukhamedov3553
@abdulazizmukhamedov3553 3 жыл бұрын
@@muntaface Thank you very much! Got it
List Operations
3:06
MIT OpenCourseWare
Рет қаралды 30 М.
5. Tuples, Lists, Aliasing, Mutability, and Cloning
41:28
MIT OpenCourseWare
Рет қаралды 231 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
For Loops With Strings
4:19
MIT OpenCourseWare
Рет қаралды 64 М.
3. String Manipulation, Guess and Check, Approximations, Bisection
45:02
MIT OpenCourseWare
Рет қаралды 384 М.
Define the winning strategy for white and it will lead you to victory!
6:28
Function Calls
2:35
MIT OpenCourseWare
Рет қаралды 60 М.
An Entire Computer Science Degree in 11 Minutes
11:13
Kevin Naughton Jr.
Рет қаралды 861 М.
String Manipulations
3:05
MIT OpenCourseWare
Рет қаралды 63 М.
Special Methods
2:12
MIT OpenCourseWare
Рет қаралды 26 М.
Tuples
3:29
MIT OpenCourseWare
Рет қаралды 59 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН