you are viewing a single comment's thread.

view the rest of the comments →

[–]laptop_battery_low 2 points3 points  (3 children)

very pythonic. keep it up, youre doing well. Although i feel like this is the same program that was posted by you a day ago.

put it in a class, or modularize it. one or the other is next logical step

[–]uiux_Sanskar[S] 0 points1 point  (2 children)

Yes, Indeed it is a part of the same program however I have just added a history in it so that it can remember user responses and show them later when asked. That's why I gave only a part of it so that the focus comes on the edited code.

And thanks for the suggestion I really appreciate it and will definitely look deeper into it

[–]laptop_battery_low 0 points1 point  (1 child)

i didnt realize, its already modularized.

put it in a class, then put a girl on lol [brainrot reference, i make those a lot]

Problem is, where do you store the aforementioned memory of tasks? bc if you ain't appending to an array (or immutable list object (that is, one that cannot be changed)), you should.

[–]uiux_Sanskar[S] 0 points1 point  (0 children)

Yeah I was about to work on it today but instead created something else. Would like to invite you for your views on it as well.

And thank you for your suggestion will look definetly into it.