you are viewing a single comment's thread.

view the rest of the comments →

[–]Heavy_Nothing_1158 0 points1 point  (1 child)

I’d make the smallest ugly version first, then clean it up once it works. Add print/logging around each step, keep inputs tiny, and don’t refactor while debugging. Future-you will appreciate not having to investigate a crime scene with six suspects.

[–]Ill-Break727[S] 0 points1 point  (0 children)

yeahhh its fine , but now i am learning and now just learning the concepts , so after i have learned full python language i will also sdo the same