User Portlet User Portlet

Discussions
I think I found an error in the online *An Elementary Introduction to the Wolfram Language* Chapter 30 Rearranging lists Exercises problem +30.6 > +30.6 Make a line plot of integers up to 200 sorted by the lengths of their names in English. > ...
I've got a list of planet names, images, and distances from Wolfram Alpha. I want to change the distances from au to light minutes. EntityValue[EntityClass["Planet", All], {"Name", "Image", "DistanceFromEarth"}] How can i use UnitConvert on...