gpt4 book ai didi

python - 找不到 Python 代码中的错误

转载 作者:行者123 更新时间:2023-12-01 04:22:22 26 4
gpt4 key购买 nike

尝试运行代码时不断收到错误:

Traceback (most recent call last):
File "E:\healthtest.py", line 3, in <module>
if raw_input() == "Hit":
NameError: name 'raw_input' is not defined

我不知道我做错了什么,但这是我一直在使用的代码。

health = "10"

if raw_input() == "Hit":
health = health - 5

希望您能帮助我,提前致谢。

最佳答案

它是raw_input(),而不是raw_input

除非您使用Python 3.x,它已重命名为input()

此外,关于health,您首先为其分配一个字符串值,然后尝试去掉 -5,就好像它是一个 int() 一样。

关于python - 找不到 Python 代码中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33569383/

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