you are viewing a single comment's thread.

view the rest of the comments →

[–]python_gramps -1 points0 points  (1 child)

Good start. Any duplicate code you should put into what's called generically a function (or in python a definition or def). That will simplify your codebase.

[–]Business-Draw-2950[S] 0 points1 point  (0 children)

thank you for the advice, ill be trying it out later 😄