User:Smarty101/Asymptote

Enjoy this Asymptote:

[asy] draw(circle((0,0),5),darkblue+linewidth(20)); draw(circle((0,0),4),red+linewidth(20)); draw(circle((0,0),3),darkblue+linewidth(20)); draw(circle((0,0),2),red+linewidth(20)); draw(circle((0,0),1),darkblue+linewidth(20)); draw(circle((0,0),0.4),red+linewidth(13)); [/asy]

made by AoPS User VFD

[asy] usepackage("pstricks"); usepackage("pst-solarsystem"); label("\SolarSystem[Day=10,Month=10,Year=2020, Hour=12,Minute=00,Second=00]"); [/asy]

made by AoPS User riben