Difference between revisions of "User:Smarty101/Asymptote"

(Created page with "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((...")
 
(Blanked the page)
(Tag: Blanking)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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
 

Latest revision as of 16:18, 8 April 2021