Skip to content

Instantly share code, notes, and snippets.

@solarce
Created March 13, 2015 20:27
Show Gist options
  • Save solarce/997b58d358c8c7a21da7 to your computer and use it in GitHub Desktop.
Save solarce/997b58d358c8c7a21da7 to your computer and use it in GitHub Desktop.
A = [1, 3, 5, 7, 9]
B = [2, 4, 6, 8]
add each element of A to each element of B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment