Beautiful! You can do the same a lot more elegantly once you learn how to rotate and repeat. Try this:
```
n = 8
shape = circle(x=50, y=0, r=50) | repeat(n, rotate(360/n))
show(shape)
```
And play with different values of `n` and see you get.
Beautiful! You can do the same a lot more elegantly once you learn how to rotate and repeat. Try this:
```
n = 8
shape = circle(x=50, y=0, r=50) | repeat(n, rotate(360/n))
show(shape)
```
And play with different values of `n` and see you get.