猫史档案馆


【Python作品分享】五角星

用户:AGLSFAGLSF查看:2 回复:1 评论:2 创建时间:2020-06-10T21:31:22


【作品展示】

center_image

 

【作品介绍】

初次编程

 

【作品源代码】

import turtle
import time

__Pen = turtle.Pen()


turtle.bgcolor("#ffffff")
__Pen.pencolor("#33ccff")
for __count in range(5):
    __Pen.right(144)
    __Pen.forward(100)
__Pen.penup()
__Pen.goto(100, 100)
__Pen.pendown()
for __count in range(4):
    __Pen.right(90)
    __Pen.circle(50)
print(input('你的名字?'))
print(time.ctime(), input())

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
lsk666666lsk666666

一看就是老拖模块的人了emotion_doge

点赞0


评论