Salome HOME
Update copyrights
[samples/datafiles.git] / Yacs / Schemas / while3.xml
index 6042c03a5d4bef3dc9d834a003d1b456bd31d600..973459c231193d4ebc18cf45c05e136394360b85 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+  Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -38,9 +38,9 @@
             <code>def f(p1):</code>
             <code>  global a</code>
             <code>  p1= p1+10.</code>
-            <code>  print a</code>
+            <code>  print(a)</code>
             <code>  a=a+p1</code>
-            <code>  print "p1:",p1</code>
+            <code>  print("p1:",p1)</code>
             <code><![CDATA[  condition=p1 < 40.]]> </code>
             <code>  return p1,condition</code>
         </function>