AttributeError: 'NoneType' object has no attribute 'write'
问题 I am trying to run a game me and my friends made in python... It was sent to me by e-mail. i know i have a newer version of python but im not sure if that is the problem. This is the function we defined: def text(x,y,text,size): turtle.penup() turtle.goto(x,y) turtle.pendown() turtle.write(text,font=('Arial',size,'normal')) we call it here: def home_screen(): turtle.bgpic("bgarmy.gif") turtle.fillcolor("#46B347") turtle.fill(True) rectangle(-150,100,300,100) turtle.fill(False) text(-70,130,