猫史档案馆


【Python作品分享】my code【作品秀】

用户:好动的流星猫57好动的流星猫57查看:0 回复:0 评论:0 创建时间:2020-06-26T20:32:31


【作品展示】

center_image

 

【作品介绍】

超特殊作品

 

【作品源代码】

import turtle

__Pen = turtle.Pen()


python = 370
cup = 120
a = 3.14159265358
b = 5
c = (b / a)
d = 96
__Pen.forward(python)
__Pen.circle(40)
__Pen.left(cup)
__Pen.forward(python)
__Pen.circle(40)

__Pen.left(cup)
__Pen.forward(python)
__Pen.circle(40)
for i in range(d):
    __Pen.forward(8)
    __Pen.left((360 / 96))
    print(i)
print('我叫马智超')
print((cup / python))
print(((a * 2) * b))
print(((a * b) * b))
print(c)
for i in range(360):
    print(i)
print('更厉害的开始啦!')
mn = (9 * 3.14159265358)
print(mn)
bill_gets = (8 * 28.27433)
print(bill_gets)
steve_jobs = (3.14 * 26.194)
print(steve_jobs)
print(((steve_jobs / bill_gets) / 9))
print((python / bill_gets - steve_jobs))
print('hello!world.i am a code ,my dad is python.')
for i in range(5):
    __Pen.forward(100)
    __Pen.left((180 - 36))

 

【提示】

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

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页