Python : 'Turtle object has no attribute Turtle' error for seemingly no good reason

后端 未结 0 1137
孤街浪徒
孤街浪徒 2021-01-02 07:57

#this is a test

import turtle

wn = turtle.Screen()

turtles = []

def turtle_new(turtle_pos):

new_turtle = turtle.Turtle()
turtles.a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题