Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JuanCruzPantano/7e1a1a53f88631bee0a6f077b5b69a59 to your computer and use it in GitHub Desktop.
Save JuanCruzPantano/7e1a1a53f88631bee0a6f077b5b69a59 to your computer and use it in GitHub Desktop.
group: Ejercicio D
X = {
P:number, Q:string, R:number
10 , 'a' , 5
15 , 'b' , 8
25 , 'a' , 6
}
Z = {
A:number, B:string, C:number
10 , 'b' , 6
25 , 'c' , 3
10 , 'b' , 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment