I have written a class which produces desired output when correct attributes (10 of them) are passed. Now, I am trying to pass lists of these attributes to the class, but getting an error.
Could anyone, please, give me a good example of passing a list (or lists) of attributes to a class (a class which has methods involving pow() and log() functions)?
Thank you in advance. Cheers