some things tend to take hours of repeated steps. computers are fantastic at repeated steps! many programming languages have this thing called a for loop! then there are while loops and recursion (i think recursion is what is happening under the hood in for/while loops anyway but still)

Comments