This project showcases the movement and interaction of celestial bodies in the solar system. Users can click or interact with different planets to observe their information.
odd = [random.randrange(1,100,2) for x in range(5)] even = [random.randrange(2,100,2) for x in range(4)] ...