gpt4 book ai didi

Python raw_input 不工作

转载 作者:行者123 更新时间:2023-11-28 21:21:59 26 4
gpt4 key购买 nike

下面是我的代码:

randomOne = int(str(raw_input('Enter the first number.')))
randomTwo = int(str(raw_input('Enter the second number.')))

我总是收到此错误消息:

Traceback (most recent call last):
File "C:/Users/*****/Desktop/Pythons/randomNumberGenerator.py", line 5, in <module>
randomOne = int(str(raw_input('Enter the first number.')))
NameError: name 'raw_input' is not defined

我完全不明白发生了什么,如果我能得到一些帮助?

最佳答案

如果您使用的是 python 3,它没有 raw_input,请使用 input相反。

关于Python raw_input 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20250738/

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