0
点赞
收藏
分享

微信扫一扫

python内turtle库应用

sunflower821 2022-01-31 阅读 74

先看效果ho~

1643527383985_哔哩哔哩_bilibili

怎么说,是不是觉得很牛逼?

不多哔哔,直接贴代码

#
# turtle.py: a Tkinter based turtle graphics module for Python
# Version 1.1b - 4. 5. 2009
#
# Copyright (C) 2006 - 2010  Gregor Lingl
# email: glingl@aon.at
#
# This software is provided 'as-is', without any express or implied
# warranty.  In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions:
#
# 1. The origin of this software must not be misrepresented; you must not
#    claim that you wrote the original software. If you use this software
#    in a product, an ackno
举报

相关推荐

0 条评论