Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. MAX = { A => 20, B => 10}
  2. MIN = { A => 8, B => 2, C => 1}
  3.  
  4. MAXMIN = { A => [20,8], B => [10,2], C=> [,1] }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement