gpt4 book ai didi

python - pycharm 练习 "Character Escaping": task completed but wrong syntax

转载 作者:太空宇宙 更新时间:2023-11-04 01:02:27 24 4
gpt4 key购买 nike

我正在学习 PyCharm Edu Edition 中的内置教程,但一直停留在字符串 - 字符转义上。在练习中,我被要求打印以下内容:这款冰淇淋的名字叫“Sweeet'n'Tasty”通过使用字符转义,这是我的代码:

print("The name of this ice-cream is \"Sweeet\'n\'Tasty\"")

它仍然给我“抱歉打印了错误的字符串”。老实说,我不认为我打印了错误的字符串。有帮助吗?

最佳答案

最后的 print 语句使用单引号,所以测试希望您只转义 'n' 周围的单引号,所以这一行对我有用:

print('The name of this ice-cream is "Sweeet\'n\'Tasty"')

关于python - pycharm 练习 "Character Escaping": task completed but wrong syntax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32198550/

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