找回密码
 中文实名注册
查看: 241|回复: 1

太级图

[复制链接]

13

主题

109

帖子

984

积分

高级会员

sgsdgsg

Rank: 4

积分
984
发表于 2022-5-22 12:01:47 | 显示全部楼层 |阅读模式
购买主题 已有 1 人购买  本主题需向作者支付 10 金钱 才能浏览
回复

使用道具 举报

3

主题

32

帖子

891

积分

高级会员

Rank: 4

积分
891
发表于 2022-5-22 14:40:07 | 显示全部楼层

import turtle

turtle.title("太极图")

turtle.screensize(bg='black')

turtle.speed(0)

turtle.pensize(2)

turtle.fillcolor('yellow')

turtle.begin_fill()

turtle.penup()

turtle.goto(-150, -150)

turtle.pendown()

for r in range(4):

     turtle.forward(300)

     turtle.left(90)

turtle.end_fill()

turtle.penup()

turtle.goto(00, -100)

turtle.pendown()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.circle(100, 180)
turtle.circle(50, -180)
turtle.circle(-50, -180)
turtle.end_fill()

turtle.pendown()
turtle.fillcolor('black')
turtle.begin_fill()
turtle.circle(-50, 180)
turtle.circle(50, 180)
turtle.circle(100, 180)
turtle.end_fill()
turtle.penup()
turtle.goto(0, 50)
turtle.fillcolor('white')
turtle.begin_fill()
turtle.circle(10, 360)
turtle.end_fill()

turtle.goto(0, -50)
turtle.fillcolor('black')
turtle.begin_fill()
turtle.circle(10, 360)
turtle.end_fill()
turtle.done()









回复

使用道具 举报

您需要登录后才可以回帖 登录 | 中文实名注册

本版积分规则

小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )

GMT+8, 2024-4-26 20:27 , Processed in 0.045325 second(s), 30 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表