def travel_back(year,current_mistakes):
re_actions = {}
for a in current_mistakes:
new_Action = Correction_model.predict(a)
if Consequences.predict(new_Action) == "Good to go":
re_actions[current_mistakes] = new_Action
else:
date,new_mistakes = Consequences.build(new_Action)
travel_back(date,new_mistakes)
return re_actions
current_mistakes = ["writing this readme instead of progressing my fyp",]
date = "18-11-2024"
travel_back(date,current_mistakes)
Where will be fun in a world without suffering
Pinned Loading
-
-
TardNet
TardNet PublicAn Intranet Communication application as a project for Computer Networks course.
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.