Commit 9abb9630 authored by Thomas Heller's avatar Thomas Heller

print() is a function now.

parent 918d8305
......@@ -22,4 +22,4 @@ def deltree(root):
return npyc, npyo
npyc, npyo = deltree("../Lib")
print npyc, ".pyc deleted,", npyo, ".pyo deleted"
print(npyc, ".pyc deleted,", npyo, ".pyo deleted")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment