Difference between revisions of "Hello world"

From relax wiki
Jump to navigation Jump to search
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]]

Revision as of 14:31, 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