Save new folder
This commit is contained in:
@ -0,0 +1 @@
|
||||
# empty
|
||||
@ -0,0 +1,5 @@
|
||||
def hello():
|
||||
try:
|
||||
print "Hello, world"
|
||||
except IOError, e:
|
||||
print e.errno
|
||||
Reference in New Issue
Block a user