Code often calls for checking what values were requested and ensuring that these values are within certain boundaries. Create a helper function that can be used with the set_nod, set_up, etc. functions and move() functions to ensure that the user is passing in values between 0 and 100.
Code often calls for checking what values were requested and ensuring that these values are within certain boundaries. Create a helper function that can be used with the set_nod, set_up, etc. functions and move() functions to ensure that the user is passing in values between 0 and 100.