Advertisement
1nikitas

Untitled

Mar 23rd, 2022
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def find_farthest_orbit(orbits):
  2.     s = [3.14*max(x) for x in orbits]
  3.     return(orbits[s.index(max(s))])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement