猫史档案馆


疯疯纸

疯疯纸

Lv.1

获赞:25收藏:5浏览:161作品收藏:2
回复帖子评论
上一页1 页 / 共 1下一页

【Python作品分享】14_GUI_By_Class【求助帖】 中回复

建议你直接下个Python

2021-10-06T17:12:25 点赞:0

从哪里才能下到正版python 中回复

编程猫社区-少儿编程工具下载-手机编程工具下载(cod喵) 这是编程猫的Python正版安全的下载方法

2021-10-06T17:43:50 点赞:0

从哪里才能下到正版python 中回复

https://shequ.cod喵/download这是编程猫的Python正版安全的下载方法

2021-10-06T17:45:29 点赞:0

从哪里才能下到正版python 中回复

第二个是错的

2021-10-06T17:45:54 点赞:0

拜师学艺的娃 中回复

@斯莱特林继承人xaoya_Gaunter @Python-happyyyy

要不你俩都用海龟做个东西之后我看谁的好就拜谁为师以前做的也可以 

2021-10-10T11:18:54 点赞:0

【Python作品分享】随机螺旋线【作品秀】 中回复

import turtle
from itertools import cycle


colors = cycle(['red','orange','yellow', \
               'green', 'blue','purple'])

def draw_circle(size, angle, shift ):
    turtle.pencolor(next(colors))
    turtle.circle(size)
    turtle.right(angle)
    turtle.forward(shift)
    draw_circle(size + 5, angle + 1, shift +
1)


turtle.bgcolor('black')
turtle.speed('fast')
turtle.pensize(4)
draw_circle(30, 0,1)

2021-10-16T17:24:01 点赞:0

【Python作品分享】分形樱花树【作品秀】 中回复

好好看

2021-10-16T21:11:40 点赞:0

【Python作品分享】分形樱花树【作品秀】 中回复

imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%82%B9%E8%B5%9E.gif"alt="emotion_编程猫_点赞"

2021-10-16T21:11:50 点赞:0

【Python作品分享】奇妙的编程【作品秀】 中回复

这个作品有名字吗?

2021-10-17T10:24:55 点赞:0

【Python作品分享】分形樱花树【作品秀】 中回复

imgsrc="https://static.codemao.cn/emotion/thunder_monkey/%E9%9B%B7%E7%94%B5%E7%8C%B4z.gif"alt="emotion_雷电猴_嗯嗯"

2021-10-17T10:26:22 点赞:0

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

海龟图放大了显示的还是那么小???????????

2021-10-17T10:31:27 点赞:0

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

还不如去下个Python这是网址Welcome to Python.org

同意的就去下,顺便把我顶上去让官方看见

2021-10-17T10:37:38 点赞:0