Guest User

Untitled

a guest
Jan 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. drawCircle[x_, y_, r_] :=
  2. Graphics[Circle[{x, y}, r]];
  3. If[r > 10, drawCircle[x, y, r/2], Break];
Add Comment
Please, Sign In to add comment