mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
print() is a function now.
This commit is contained in:
parent
918d830560
commit
9abb96307f
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ def deltree(root):
|
||||||
return npyc, npyo
|
return npyc, npyo
|
||||||
|
|
||||||
npyc, npyo = deltree("../Lib")
|
npyc, npyo = deltree("../Lib")
|
||||||
print npyc, ".pyc deleted,", npyo, ".pyo deleted"
|
print(npyc, ".pyc deleted,", npyo, ".pyo deleted")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue