Posts by João Machado • 27 points
2 posts
-
2
votes0
answers170
viewsQ: Python board writing problem: 'Typeerror: not all Arguments converted During string formatting'
How can I fix this? There’s the code. `` looks like this: [(((2,), (3,), (2,), (2, 2), (2,)), ((2,), (1, 2), (2,), (3,), (3,))), [['?', '?', '?', '?', '?'], ['?', '?', '?', '?', '?'], ['?', '?',…
pythonasked João Machado 27 -
-1
votes1
answer323
viewsQ: How do I add entries from a Tuple and return a Tuple with an entry that has the sum of the previous Tuple entries? add by columns
22 entries of a Tuple that must return in a Tuplo the sum of each value in the corresponding column…
pythonasked João Machado 27