gpt4 book ai didi

python - Python Turtle write()语法错误

转载 作者:行者123 更新时间:2023-12-03 08:27:25 24 4
gpt4 key购买 nike

我有个问题。我正在学习Python,但出现EOL错误。我在寻找解决方案,但什么也没找到。

def gefangen(mx,my):
if not geschafft:
paula.write('Super, du hast Paula erwischt!')
else:
paula.write('Das zählt ja wohl nicht?!')
onclick(start) # Mauskoordinaten werden
paula.onclick(gefangen) # automatisch übergeben
while paula.distance(horst) > 4:
horst.fd(randint(3,7))
horst.lt(randint(-20,40)/10)
paula.setheading(paula.towards(horst))
paula.fd(randint(1,10))
if count % 20 == 0:
horst.stamp()
paula.stamp()
count += 1
if horst.ycor()<-260 or horst.xcor()>310:
horst.write('Puh, geschafft!')
paula.write('Mist, entwischt!')
geschafft=True
break
if not geschafft:
horst.write("Erwischt!",font=("Arial",14,"bold")")
pu()
goto(-200,-200)
shape("circle")
write("Noch einmal? Hier klicken")
pd()
st()

http://prntscr.com/gstq0d我收到此错误(查看屏幕截图)

最佳答案

看来您在"bold")")处加了双引号...

if not geschafft:
horst.write("Erwischt!",font=("Arial",14,"bold")")

关于python - Python Turtle write()语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46549856/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com