This commit is contained in:
Axeten
2023-05-22 23:31:17 +03:00
parent 68af047cb4
commit 88167c3821
3 changed files with 102 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
try:
2/0
except ZeroDivisionError as a:
print('ofibka delit na nool', a)
except:
print("Ofibka")
else:
print('ofibok net')
finally:
print("выполнятеся в любом случае")
#def summ(a,b):
# c=a+b
# return c