We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24704e1 commit c9cee0aCopy full SHA for c9cee0a
hello/TestException.py
@@ -0,0 +1,7 @@
1
+for i in range(1,80):
2
+ try:
3
+ print(i)
4
+ if(i == 10):
5
+ raise Exception
6
+ except Exception:
7
+ print("this is a exception!")
0 commit comments