Posts by Jordan Zitzke • 11 points
1 post
-
-3
votes1
answer57
viewsQ: Add the integer value of one list to another. EX: [9,9,9]+[0,0,0,1]=[10,0,0,0]
All right, everybody?! I’m having trouble implementing something like (in python): I have lists, for example: Lista1 = [9,9,9,9] Lista2 = [0,0,0,1] I want a date with something like: [10,0,0,0](list…
pythonasked Jordan Zitzke 11