用户:
BW_传说中的钢铁侠查看:4 回复:2 评论:4 创建时间:2020-08-06T16:48:48
【作品展示】

【作品介绍】
Python的自我介绍附赠一张名片
【作品源代码】
#第一个作品
print("""Hello,I'm Python,I'm so happy to see you.
You can call me PY,爬虫or python.
If you want wtite me ,please learn English hardly!
I'm waiting for you.
Nothing can stand in the way of our friendship.
Let me intrduce myself!
Please press down enter
""")
print("""你好,我是Pyhon,我很高兴见到你
你可以叫我PY,爬虫或者蟒蛇\n如果你想编辑我,就请努力地学习英语吧。
我等着你
没有什么可以阻挡我们的友谊。
按下回车听我介绍我自己
""")
input()
print("""Do you know me?你知道我吗?
English Name外文名:Pyhon
Chinese Name中文名:蟒蛇
Start Time发行时间:1991年
Writer创始人:Guido van Rossum 吉多·范罗苏姆
现在认识我了吧!
按下回车有惊喜
""")
input()
import turtle
t=turtle
t.pensize(10)
t.pencolor("blue")
t.fillcolor("blue")
t.begin_fill()
t.back(200)
t.forward(400)
t.left(90)
t.forward(200)
t.left(90)
t.forward(400)
t.left(90)
t.forward(200)
t.left(90)
t.end_fill()
t.fillcolor("yellow")
t.begin_fill()
t.forward(150)
t.circle(100)
t.end_fill()
t.fillcolor("blue")
t.begin_fill()
t.forward(80)
t.circle(100)
t.end_fill()
t.left(90)
t.forward(100)
t.left(90)
t.forward(50)
t.pencolor("yellow")
t.write("MOON 月亮",font=("新宋体",30,"bold"))
t.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn