Question:Use Python to calculate the distance in kilometers between Jupiter and Sun on January 1, 1230.

Expected output:

758085657.5026425

Hint 1: Use the ephem Python third party library.

Hint 2: Note that the units of ephem are in Astronomical Units (AU). You need to convert them to kilometers.