Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner solution in Creative category for Sun Angle by Stensen
sun_angle = lambda dt: 15*(int(dt.split(":")[0])-6)+int(dt.split(":")[1])/4 if '06:00'<=dt<='18:00' else "I don't see the sun!"
Sept. 21, 2020
Comments: