Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. kertomaara1 = len(list1[0])
  2. kertomaara2 = len(list2[1])
  3. luku1 = 0
  4. luku2 = 0
  5. for laskuri1 in range(kertomaara1):
  6. summa1 = int(list1[0][luku]) + int(list2[0][luku])
  7. list3.append(summa1)
  8. luku1 += luku1
  9. for laskuri2 in range(kertomaara2):
  10. summa2 = int(list1[1][luku2]) + int(list2[2][luku2])
  11. list3.append(summa2)
  12. luku2 += luku2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement