Files
INTUIA/Programa final/Python-3.10.15/Tools/test2to3/test2to3/hello.py
T
2026-03-15 13:27:50 +00:00

6 lines
96 B
Python

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