cpython/Tools/test2to3/test2to3/hello.py

5 lines
96 B
Python

def hello():
try:
print "Hello, world"
except IOError, e:
print e.errno