- 3
Exception
What is the output? try: variable = 10 print (10 / 2) except ZeroDivisionError: print("Error") print("Finished")
3 Réponses
+ 4
Can't you run the code and see it yourself?
+ 1
Try here
https://code.sololearn.com/
0
Try code playground!
Also mention your expected output!