@pwsincd said in coding...:
and also combine the regular occurances of code.. https://www.w3schools.com/python/python_functions.asp
per calculation you could call a function to do the printing etc.. not a massive benefit in this scenario but a good lesson to learn
Yeah that seems like that would help. So your saying create a function that prints the results, and you just pass the values of the calculation into the function? Also thanks for the tip!