I was wondering if anyone knows if you can instantiate a new object everytime a function is run?
Here is an example of what I'm trying to do. Except, I'm wondering what to do if we don't know the number of objects we want to make.
Basically, everytime a function is run, I want a new object to be instantiated. Is that possible?