Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ec007cb43faf5f33d06efbc28152c7fdcb2edb9c
/
.
/
Tools
/
test2to3
/
test2to3
/
hello.py
blob: f52926b03ce0f796cf0a74a7db37c210d8143557 [
file
] [
log
] [
blame
]
def
hello
():
try
:
print
"Hello, world"
except
IOError
,
e
:
print
e
.
errno