1 Star 0 Fork 0

or22 / some-vim-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
drawa.py 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
############################################################
## Author:
## Benjamin Chan <italkbenjamin@gmail.com>
## http://www.3vtea.com
##
## File: drawa.py
## Create Date: 2015-03-31 09:10
############################################################
import turtle
turtle.pendown()
i = 0
while i<90:
turtle.forward(180)
turtle.right(145)
i+=1
turtle.hideturtle()
turtle.exitonclick()
Python
1
https://gitee.com/or22/py.git
git@gitee.com:or22/py.git
or22
py
some-vim-py
master

搜索帮助