I want to create a list of procedures, but when I use this
Characters=[Percy(),Annabeth(),Leo(),Chuck(),Sarah()]
each of these procedures brings up a tkinter window with a quote from that character, but if I run the code, instead of treating it like a list, python executes each procedure in order, am I doing this completely wrong? Or is there just no way to create a list of procedures. Note: It needs to be in a list because I need to be able to access a random position in it