您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 94 – 绘制谢尔宾斯基三角形

  2. 绘制谢尔宾斯基三角形 import turtle # 绘制单个三角形 # [[x1,y1], [x2,y2], [x3,y3]] def draw_triangle(points, color, t): t.fillcolor(color) t.up() # 将画笔移动到第一个点 t.goto(points[0][0], points[0][1]) t.down() t.begin_fill() t.goto(points[1][0],
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:100352
    • 提供者:weixin_38625143