Skip to content

Commit

Permalink
Update 28_try.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou authored Jun 14, 2016
1 parent 57a201f commit cd174d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions basic/28_try.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# View more python learning tutorial on my Youtube and Youku channel!!!

# Youtube video tutorial: https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg
# Youku video tutorial: http://i.youku.com/pythontutorial

try:
file = open('eeee', 'r+')
except Exception as e:
Expand Down

0 comments on commit cd174d4

Please sign in to comment.