gpt4 book ai didi

python - 如何在 python 中使用 Try/Catch

转载 作者:行者123 更新时间:2023-12-05 08:32:15 26 4
gpt4 key购买 nike

我想在 Python 中使用 try catch,但 python 给我一个错误,我该怎么办?

这是我的代码

try:
input('enter your number');
catch:
print('please give integer');

最佳答案

python中的try/catch是try/except。

你可以像这样使用 try/except:

try:
input('enter your number');
except expression:
print('please give integer');

关于python - 如何在 python 中使用 Try/Catch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52441958/

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