Salome HOME
Merge Python 3 porting.
[modules/smesh.git] / doc / salome / examples / defining_hypotheses_ex06.py
index 0c84223332503a6398eddda5089ea42a23101207..f0a02aee40a678cce4934509b6c000e6fe425ef7 100644 (file)
@@ -32,6 +32,6 @@ algo3D.MaxElementVolume(200.)
 # compute the mesh
 ret = tetra.Compute()
 if ret == 0:
-    print "problem when computing the mesh"
+    print("problem when computing the mesh")
 else:
-    print "Computation succeeded"
+    print("Computation succeeded")