HelloKitty 代码 Python

话不多说直接上代码,绘制速度慢,录屏之后调倍速

HelloKitty 代码 Python_第1张图片

import math
import turtle as t


# 计算长度、角度 t1:画笔对象  r:半径  angle:扇形(圆形)的角度
def myarc(t1, r, angle):
    arc_length = 2 * math.pi * r * angle 

你可能感兴趣的:(表白,python,开发语言)