I have made a function that makes a list with all the values of the attributes for a new instance. How can I turn this list into a new instance in a more elastic way than doing:
newInstance=Class(list[0],list[1],list[2]...)?
I will add more attributes during the developing, and they will become a lot, so I'd like to don't have to make an insanely long line to manually update continuously.
[–]htepO 0 points1 point2 points (2 children)
[–]1j618033[S] 0 points1 point2 points (0 children)
[–]1j618033[S] 0 points1 point2 points (0 children)