Commit Graph

4 Commits

Author SHA1 Message Date
Seoyeon Lee cd13f96603 I made a second attempt for the same work, the circle with yinyang shape with two colors. I tried to use a fuction.
I name the fuction I use tadpole because the half of circle looks like a tadpole with a big head and a short tale.
For the parameter of the tadpole was radius and color intially, but I ran into the error. So, I had to add 'u' and name it again colour. Since color was already fuction defined by turtle.
I started with right 15 degrees to make more close to Korean flag.
I wonder if it is possible to make the circle with red and blue I made can be spinning. If it's possble, can I decide how many times the circle spins and how fast it spins?
My first attempt was fine, it showed the image I wanted to see, but I think this second attempt was better.
2024-09-28 22:48:58 -04:00
Seoyeon Lee 1a09cc4b18 From a rectangle to a circle (yin yang kind shape)
I failed multiple times. Making the red (upper part of circle) was fairly easy. But, another half with blue was harder than I thought.
While I was expereincing some failures, I got a new idea. I wanted to create a new identical upper circle shape and rotate it to put it under the red upper circle, but I don't know how to do rotate the identical new figure using the point the pen stops as a center of rotation. I don't know if it's even possible. So, I just keep trying my original plan, which was just using a big half circle and two half circles.
2024-09-28 21:41:24 -04:00
Seoyeon Lee d36e3eb7a7 I took the suggestion from Dr. Proctor, and I tried to make rectangles colored with red and blue. 2024-09-28 20:43:11 -04:00
slee 084c16aefc Initial commit 2024-08-28 15:02:45 +00:00