turtle.circle()函数定义:turtle.circle(radius, extent=None) 作用:根据半径radius ... import turtle turtle.goto(0,0) turtle.write("(0,0)") ...
確定! 回上一頁