Y by
![[asy]
draw((0,0)--(3,0));
[/asy]](http://latex.artofproblemsolving.com/texer/e/epyulenv.png)
[asy]
draw((0,0)--(3,0));
[/asy]
Shows two dice instead of a line?
This post has been edited 1 time. Last edited by WoodBurnerB, May 6, 2024, 8:43 PM
Plan ahead for the next school year. Schedule your class today!
import processing def setup(): processing.size(200, 200) def draw(): processing.ellipse(100, 100, 50, 50) processing.noLoop() processing.run()
[asy]
draw((0,0)--(3,0));
[/asy]
[asy]
draw((0,0)--(3,0));
[/asy]
Something appears to not have loaded correctly.