How to reduce effort put into coding.

Step 1. Make a function.

Step 2. Name the function.

Step 3. Insert what you want it to do.

Step 3. Call for the functions whenever you want that to happen.

~~~~~~~~~~~~~~~~~~~~~~~~Or/And~~~~~~~~~~~~~~~~~~~~~~~~

Step 1. Make a loop.

Step 2. insert code (you can repeat whatever you want which is useful if you’re using the same couple of functions multiple times over.)

Step 3. Step how much you want the loop to repeat.

Leave a Reply