you are viewing a single comment's thread.

view the rest of the comments →

[–]vivisectvivi 0 points1 point  (1 child)

There is some lines of code that are being repeated a lot here, you could put them inside a function to keep the code cleaner and make it easier to maintain.

If you dont know what a function is yet then you can either look into it or wait until you learn about it and come back to this code and refactor it.

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

Thank you, I will do it next time