aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/py/bin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py/bin.py b/examples/py/bin.py
index 53e917e491..f4a6666ddd 100644
--- a/examples/py/bin.py
+++ b/examples/py/bin.py
@@ -1,3 +1,3 @@
from examples.py import lib
-print "Fib(5)=%d" % lib.Fib(5)
+print("Fib(5)=%d" % lib.Fib(5))