# rose-by-turtle **Repository Path**: xander23333/rose-by-turtle ## Basic Information - **Project Name**: rose-by-turtle - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 用turtle画一朵玫瑰 参考了https://www.cnblogs.com/wwh8797/p/7739699.html 的代码 但是原作者博客的代码在python3.6下运行有染色的问题,所以重构了一下,把原来比较混乱的结构拆分成了叶子、花蕊、枝干、轮廓,并修改了一部分,解决了染色的问题。 写这个主要是今天刚学了下turtle,觉得很有趣,想画朵玫瑰给妹子看。 ![](https://i.loli.net/2018/07/09/5b424efab62a8.png)