猫史档案馆


庄自修

庄自修

Lv.1

我叫张政卿,请多多包涵

获赞:0收藏:0浏览:0作品收藏:0

签名:我在 学python,正在做图表。

回复帖子评论
上一页1 页 / 共 1下一页

【海龟APP·版本更新】Codemao库上线,测测你的外貌能藏得住年龄吗? 中回复

我这边安装了codemao库,却既没有积木,输入import codemao也没有反应,还显示无法导入codemao库?

2019-07-10T21:51:28 点赞:0

【Python作品分享】太极【作品秀】 中回复

垃圾,看我的:

2019-07-28T19:09:56 点赞:0

【Python作品分享】太极【作品秀】 中回复

import turtle

def yin(radius, color1, color2): t.width(3) t.color("black", color1) t.begin_fill() t.circle(radius/2, 180) t.circle(radius, 180) t.left(180) t.circle(-radius/2, 180) t.end_fill()
t.left(90) t.up() t.fd(radius * 0.35) t.right(90) t.down() t.color(color1, color2) t.begin_fill() t.circle(radius * 0.15) t.end_fill() t.left(90) t.up() t.bk(radius * 0.35) t.down() t.left(90)

def main(): t.reset() yin(200, 'black', 'white') yin(200, 'white', 'black')

if __name__ == "__main__": t = turtle.Turtle() main() turtle.mainloop()

2019-07-28T19:10:18 点赞:0

【Python作品分享】太极【作品秀】 中回复

import turtle


def yin(radius, color1, color2):
    t.width(3)
    t.color("black", color1)
    t.begin_fill()
    t.circle(radius/2, 180)
    t.circle(radius, 180)
    t.left(180)
    t.circle(-radius/2, 180)
    t.end_fill()

    t.left(90)
    t.up()
    t.fd(radius * 0.35)
    t.right(90)
    t.down()
    t.color(color1, color2)
    t.begin_fill()
    t.circle(radius * 0.15)
    t.end_fill()
    t.left(90)
    t.up()
    t.bk(radius * 0.35)
    t.down()
    t.left(90)


def main():
    t.reset()
    yin(200, 'black', 'white')
    yin(200, 'white', 'black')


if __name__ == "__main__":
    t = turtle.Turtle()
    main()
    turtle.mainloop()

2019-07-28T19:11:45 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

 

BUG

添加图片积木后图片和AI盒子消失,运行时错误。

 

2019-07-29T20:29:50 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

center_image

2019-07-29T20:30:28 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

错误显示无法导入codemao库

 

2019-07-29T20:31:03 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

可是我安装了

 

2019-07-29T20:31:12 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

海龟编辑器版本:1.1.3

 

2019-07-29T20:32:09 点赞:0

【Python作品分享】小星星亮晶晶_测试【作业帖】 中回复

积木拼的算什么本事,看我的

 

 

2019-08-03T12:15:42 点赞:0

【Python作品分享】小星星亮晶晶_测试【作业帖】 中回复

import random import turtle as t
t.pensize(0) n=100 #此处是星星的数量 Colors = ['red', 'yellow', 'blue', 'green','orange', 'purple', 'white', 'gray','skyblue']
for i in range(n): v = random.randint(10, 40) x = random.randint((-300), 300) y = random.randint((-300), 300) q = random.choice(Colors)   t.bgcolor("black") t.speed(0) t.pencolor(q)   for j inrange(v): t.forward(j) t.right(144) t.penup() t.goto(x, y) t.pendown()   t.mainloop()

2019-08-03T12:16:12 点赞:0

【Python作品分享】小星星亮晶晶_测试【作业帖】 中回复

import random
import turtle as t

t.pensize(0)
n=100 #此处是星星的数量
Colors = ['red', 'yellow', 'blue', 'green','orange', 'purple', 'white', 'gray','skyblue']

for i in range(n):
    v = random.randint(10, 40)
    x = random.randint((-300), 300)
    y = random.randint((-300), 300)
    q = random.choice(Colors)
    
    t.bgcolor("black")
    t.speed(0)
    t.pencolor(q)
        
    for j in range(v):
        t.forward(j)
        t.right(144)
    t.penup()    
    t.goto(x, y)
    t.pendown()    
    
t.mainloop()

2019-08-03T12:16:28 点赞:0

【Python作品分享】小星星亮晶晶_测试【作业帖】 中回复

比你那个简单,还更好看

 

2019-08-03T12:16:48 点赞:0

【Python作品分享】Yourname【作业帖】 中回复

抄袭!

 

2019-08-03T12:21:42 点赞:0

问一个代码有什么问题 中回复

emotion_编程猫_在吗emotion_编程猫_伤心emotion_编程猫_溜了溜了emotion_编程猫_我错了emotion_编程猫_谢谢老板emotion_编程猫_晚安emotion_编程猫_耍赖emotion_星能猫_爱你emotion_星能猫_好吃emotion_星能猫_哼emotion_星能猫_欢迎emotion_星能猫_hiemotion_星能猫_yeemotion_雷电猴_嗯嗯emotion_雷电猴_捂嘴笑emotion_雷电猴_笑趴emotion_雷电猴_摇椅子emotion_雷电猴_疑问emotion_雷电猴_举手emotion_雷电猴_哇噻emotion_雷电猴_围观emotion_雷电猴_哇噻emotion_熊猫

2019-08-03T12:28:10 点赞:0

【Python作品分享】彩喵案【作品秀】 中回复

厉害啊,小伙子

 

2019-08-04T11:03:53 点赞:0

【公告】申诉流程指南 中回复

本来客服就把那个散播病毒的人封号10天了吗,干嘛删除!emotion_星能猫_哼

2019-08-04T21:12:48 点赞:0

【公告】申诉流程指南 中回复

客服喵,我问你,那个人发空帖你不删除,却来删除我?

2019-08-08T09:20:03 点赞:0