gpt4 book ai didi

python - 在 python 中调用一个函数,得到 '(function) is not defined' ?

转载 作者:太空狗 更新时间:2023-10-30 01:55:08 24 4
gpt4 key购买 nike

<分区>

我最近开始学习 Python,这里有一些代码。

...
workout = input("Work out if you won?")

if workout == "y":
ballone()
elif workout == "n":
print("Okay.")
sys.exit("Not working out if you won")
else:
sys.exit("Could not understand")

##Ball one
def ballone():
...

问题是调用“ballone”。从命令行 (ballone()) 调用时,您可以看到它已定义并完美运行

有什么想法吗?我已经在网上搜索过,但似乎找不到任何可以帮助我的东西。如果需要发布更多代码,请告诉我:)

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