I want to create a list of functions that I can iterate over and run in sequence.
For a dummy example, in Python I can do something like this:
def fn1():