diff --git a/python-hello-world.py b/python-hello-world.py index cb2e733..60227ba 100644 --- a/python-hello-world.py +++ b/python-hello-world.py @@ -18,7 +18,7 @@ def connect(host, port, user, password, source): rpc = new_ele('get-system-information') result = conn.rpc(rpc) - print result + print(result) if __name__ == '__main__': connect('X.X.X.X', 22, 'username', 'password', 'candidate')