Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- base = [[1,1,0],[2,2,0]];
- height = [[0,0,10],[0,0,20]];
- result = base + height;
- echo(result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement