Similar presentations:
2023-11-26_12-08-18_4lZ7YlQEtHRWYMBwFa2boH9NTEDLftBgEd93L1ks
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
try:a=int(input("sheikvane ricxvi"))
b=int(input("sheikvane ricxvi"))
c=a/b
except ZeroDivisionError as e:
print("0-ze gayofa ar sheidzleba "+str(e))
except ValueError as e:
print("texti ar sheidzleba " +str(e))
except:
print("ragacas ar shexede")
else:
print(c)
finally:
print("morcha")