mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 03:32:27 +00:00
5 lines
96 B
Python
5 lines
96 B
Python
def hello():
|
|
try:
|
|
print "Hello, world"
|
|
except IOError, e:
|
|
print e.errno
|