gpt4 book ai didi

python - 为什么这样做呢?

转载 作者:太空狗 更新时间:2023-10-29 18:29:13 24 4
gpt4 key购买 nike

我今天在博客中发现了这个有趣的项目:

def abc():
try:
return True
finally:
return False

print "abc() is", abc()

谁能说出它为什么这样做?

谢谢,韩国

最佳答案

如果 finally block 包含 returnbreak 语句,则 try 的结果 block 被丢弃

python docu 中有详细解释

关于python - 为什么这样做呢?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3390310/

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