Difference between revisions of "Hello world"

From relax wiki
Jump to navigation Jump to search
(Created page with "{{Infobox script-repo |type = script |filename = hello_world.py |author = Troels E. Linnet |license = GPL }}")
 
 
(6 intermediate revisions by 2 users 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]]
 
|license  = GPL
 
|license  = GPL
 
}}
 
}}
 +
 +
== My script ==
 +
To test this script, write in terminal
 +
 +
<source lang="python">
 +
from relax_scripts import hello_world
 +
</source>
 +
 +
== See also ==
 +
[[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