gpt4 book ai didi

python - 如何在 python 中编写 IS NOT for str.endswith

转载 作者:太空狗 更新时间:2023-10-30 01:46:33 26 4
gpt4 key购买 nike

<分区>

如何在 python 中编写类似 !(str.endswith()) 的代码我的意思是我想检查字符串是否不以某物结尾。我的代码是

if text == text. upper():   and text.endswith("."):

但我想在 and 之后加上 IS NOT写作

if text == text. upper():   and not text.endswith("."):

if text == text. upper():   and not(text.endswith(".")):

给我无效语法

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