Sep-22-2020, 05:03 PM
[x][y]
is not a valid python object. [x]
is one-element list as well as [y]
. ([x], [y])
is two-element tuple, each element being one-element list.maybe explain what you want to achieve
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs