猫史档案馆


【Python作品分享】Smallbai【作业帖】

用户:羞涩的巨叶龙Ybrf羞涩的巨叶龙Ybrf查看:0 回复:0 评论:0 创建时间:2020-06-06T10:41:50


【作品展示】

center_image

 

【作品介绍】

没什么功能,只要运行+回答就行

 

【作品源代码】

import turtle
import time

__Pen = turtle.Pen()


turtle.bgcolor("#000000")

#开始进入Python的世界
print('Hello', "I'm 喵allbai,what's your name?")
name = input()
print('Oh!A niec name', 'What can you do?', name)
things = input()
print("Good job!You're verv good at it", "Let'me show you my panting!")
__Pen.pendown()
for __count in range(5):
    __Pen.pencolor("#ffff66")
    __Pen.fillcolor("#ffff66")
    time.sleep(0.3)
    __Pen.forward(125)
    __Pen.right(144)
    time.sleep(0.3)
__Pen.hideturtle()
__Pen.penup()

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页