Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ade648 commit 0117ffcCopy full SHA for 0117ffc
1 file changed
PCbuild8/rmpyc.py
@@ -27,4 +27,4 @@ def deltree(root):
27
path = sys.argv[1]
28
29
npyc, npyo = deltree(path)
30
-print npyc, ".pyc deleted,", npyo, ".pyo deleted"
+print(npyc, ".pyc deleted,", npyo, ".pyo deleted")
0 commit comments