Difference between revisions of "Hello world"

From relax wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox script-repo
+
{{Infobox scripts
|type      = script
+
|type      = relax_scripts
 
|filename  = hello_world.py
 
|filename  = hello_world.py
 
|author    = [[User:Tlinnet|Troels E. Linnet]]
 
|author    = [[User:Tlinnet|Troels E. Linnet]]
Line 14: Line 14:
  
 
== See also ==
 
== See also ==
[[Category:script]]
+
[[Category:relax_scripts]]

Latest revision as of 14:32, 23 July 2013

Type relax scripts
Download hello_world.py
Author(s) Troels E. Linnet
License GPL
This code has been put under version control in the project relax_scripts repository


My script

To test this script, write in terminal

from relax_scripts import hello_world

See also