51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#sinx
python 绘制sinx
codeimportturtleimportmathturtle.speed(0)turtle.penup()turtle.goto(-175,50*math.sin((-175/100)*2*math.pi))turtle.pendown()turtle.color("red")forxinr...
代码星球
·
2020-08-09
python
绘制
sinx
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他