SyntaxFix
Write A Post
Hire A Developer
Questions
I believe tuple() takes a list as an argument For example,
tuple()
tuple([1,2,3]) # returns (1,2,3)
see what happens if you wrap your array with brackets