gpt4 book ai didi

python - 如何将引号合并到用户输入中?

转载 作者:太空宇宙 更新时间:2023-11-04 03:08:55 26 4
gpt4 key购买 nike

def palindrome(s):
s=input ("Enter a phrase (**use quotation marks for words**): ")
s.lower()
return s[::-1]==s

palindrome(s)

这是我的代码。我如何更改它以便删除粗体部分?我使用 python 2,它不接受不带引号的字符串输入。

最佳答案

使用 raw_input 而不是 input。在 Python 2 中,input 尝试评估用户的输入,因此字母被评估为变量。

关于python - 如何将引号合并到用户输入中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38692931/

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