Salome HOME
Integration of the '#19480 [CEA 19477] MEDCOUPLING tutorials migration'
[tools/medcoupling.git] / doc / tutorial / atestMEDCouplingRead.rst
index 5da356bf2ac003c17caf85db032db3d9363ae502..f61ef5118f2b87c90a44c1c238a4e487548e7e24 100644 (file)
@@ -42,6 +42,6 @@ Read med File
        sinus = sin(d)
 
        if abs(res[0]-sinus)<1.e-5:
-               print "OK"
+               print("OK")
        else:
-               print "KO"
+               print("KO")