We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3f40e commit 78c722bCopy full SHA for 78c722b
Try_except.py
@@ -0,0 +1,4 @@
1
+try :
2
+ pn("hello world"); #try to do this if error do except
3
+except :
4
+ pass #pass when except
0 commit comments