用python的turtle函数画雪山,只需要弧度
弧度可以用cos或sin或者以下代码
def h(): for x in range(1000): turtle.left(360/1000) turtle.forward(1)