Go to file
Seoyeon Lee 19ea5261f1 I learned how to do circle, I tested to see if the starting point is the center of a circle or one of the point on the circle, and I learend the starting point is a part of the circle, not the center of the circle I am trying to draw. Penup and pendown steps need to added after my first attempt. It was fun.
This was much easier than K, but a bit harder than L. I was glad that I learned how to do circle, my font is not so pretty, maybe my letter O is too round since I used a perfect circle, but this is what I can do without thinking too much. So, I was just happy that I complete this task.
2024-09-22 01:30:37 -04:00
.commit_template Initial commit 2024-08-28 15:02:43 +00:00
.gitignore Initial commit 2024-08-28 15:02:43 +00:00
grid.py Initial commit 2024-08-28 15:02:43 +00:00
poetry.lock Initial commit 2024-08-28 15:02:43 +00:00
proof.py Initial commit 2024-08-28 15:02:43 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:43 +00:00
test.py Initial commit 2024-08-28 15:02:43 +00:00
typeface.py I learned how to do circle, I tested to see if the starting point is the center of a circle or one of the point on the circle, and I learend the starting point is a part of the circle, not the center of the circle I am trying to draw. Penup and pendown steps need to added after my first attempt. It was fun. 2024-09-22 01:30:37 -04:00