Skip to content

Commit 78c722b

Browse files
Add files via upload
1 parent 4b3f40e commit 78c722b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Try_except.py

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)