and this
x = 5
x = x + 5
x += 5
x + 5
5 + 5
All same again, all equal to 10
So i dont understand why i got it wrong, plz help u.u
w2lf 8 months ago
And i did that cuz i didnt understand the deference in
x = x * 5
x *= 5
x * 5
5 * 5
all this are the same, they are equal to 25 right?
hmm ehh i dont know why but i didnt put the
todo_list += ["Eat Sandwich"]
I did
todo_list + ["Eat Sandwich"]
But when i wrote
todo_list[3..-1]
I got only
["Go Skydiving"] didnt get the ["Eat Sandwich"]
Comment removed
Annuix 2 years ago
"Go skydiving, eat sandwich" sounds like a good day.
Virginityrocks 2 years ago
I can tell that your cell was ringing because of the noise between 2:47 and 2:53. Weird..
stepminestepminestep 2 years ago
Hi,
I think this must be in brackets to have two arrays
laxs1601 2 years ago
and this
x = 5
x = x + 5
x += 5
x + 5
5 + 5
All same again, all equal to 10
So i dont understand why i got it wrong, plz help u.u
w2lf 8 months ago
And i did that cuz i didnt understand the deference in
x = 5
x = x * 5
x *= 5
x * 5
5 * 5
all this are the same, they are equal to 25 right?
w2lf 8 months ago
hmm ehh i dont know why but i didnt put the
todo_list += ["Eat Sandwich"]
I did
todo_list + ["Eat Sandwich"]
But when i wrote
todo_list[3..-1]
I got only
["Go Skydiving"] didnt get the ["Eat Sandwich"]
w2lf 8 months ago
Comment removed
w2lf 8 months ago
Comment removed
Annuix 2 years ago
"Go skydiving, eat sandwich" sounds like a good day.
Virginityrocks 2 years ago
I can tell that your cell was ringing because of the noise between 2:47 and 2:53. Weird..
stepminestepminestep 2 years ago
Hi,
todo_list += ["Eat Sandwich"]
I think this must be in brackets to have two arrays
laxs1601 2 years ago