首页
标签
turtle-graphics
Python 海龟在边界内随机游走
When I want to use the turtle.goto() command there is an error message that says "AttributeError: 'int' object has no attribute 'goto'"
在python海龟中定义一个区域
1
2
...
49
50
51
52
53
54