Created
March 13, 2015 20:27
-
-
Save solarce/997b58d358c8c7a21da7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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