用户:
羞涩的巨叶龙Ybrf查看:0 回复:2 评论:0 创建时间:2020-06-06T11:31:29
【作品展示】

【作品介绍】
回答与观赏
【作品源代码】
import turtle
__Pen = turtle.Pen()
#开始进入Python的世界
__Pen.hideturtle()
print('Hello', "I'm baibai.", "What's your name?")
name = input()
print('Wow,a good name', name)
print('What can you do?', name)
name = input()
print("Oht,that's terrible", "I can't do that", 'but I can draw!', 'Let me show you my painting!')
turtle.bgcolor("#000000")
__Pen.pencolor("#ffffff")
__Pen.showturtle()
__Pen.circle(50)
__Pen.right(90)
__Pen.circle(50)
__Pen.right(90)
__Pen.circle(50)
__Pen.right(90)
__Pen.circle(50)
__Pen.right(90)
print("Do you see that,that's very good!")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn