Guest User

Untitled

a guest
Dec 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Table[{s,p},
  2. {s,AstronomicalData[p,"Satellites"]},
  3. {p,AstronomicalData["Planet"]}
  4. ];
  5.  
  6. Table[{s,p},
  7. {p,AstronomicalData["Planet"]},
  8. {s,AstronomicalData[p,"Satellites"]}
  9. ];
Add Comment
Please, Sign In to add comment