Advertisement
Guest User

Untitled

a guest
Dec 8th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. base = [[1,1,0],[2,2,0]];
  2. height = [[0,0,10],[0,0,20]];
  3. result = base + height;
  4. echo(result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement