Should I continue ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Should I continue ?

Took few weeks off and now this seems so foreign to me , not sure what I’m reading any more . Wondering do I start from scratch or push through to see if it’ll fall back into place. Any feed back appreciated nums = [11, 22, 33, 44, 55] res = list(filter(lambda x: x%2==0, nums)) print(res)

12th Jun 2019, 3:02 PM
noel
noel - avatar
2 Answers
+ 3
I order to remember something, especially when you're not going to use it for a while, a good repetition schedule can take care of the new knowledge wandering from short-term to long-term memory. You may have to recover from some losses; you can only see for yourself what's left and what you have to start over with. To prevent this in the future, see above. 😉 This is how I do it: https://code.sololearn.com/W4P13u4XCmf9/?ref=app https://code.sololearn.com/cL3QVCSUn0bp/?ref=app
12th Jun 2019, 4:50 PM
HonFu
HonFu - avatar
+ 1
If you mean returning to the cat thing (scratch), I don't recommend to do that. Just practice and patience and you are on the boat again.
12th Jun 2019, 7:28 PM
Seb TheS
Seb TheS - avatar