import turtleimport math#PythonLogo.lenth = 50# 三角短边长度WIDETH = math.sqrt(2) * lenth# 三角长边长度'''横向前四节蛇身'''def ...
確定! 回上一頁