Difference between revisions of "Hello world"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox scripts |
− | |type = | + | |type = relax_scripts |
|filename = hello_world.py | |filename = hello_world.py | ||
|author = [[User:Tlinnet|Troels E. Linnet]] | |author = [[User:Tlinnet|Troels E. Linnet]] | ||
Line 10: | Line 10: | ||
<source lang="python"> | <source lang="python"> | ||
− | from | + | from relax_scripts import hello_world |
</source> | </source> | ||
== See also == | == See also == | ||
− | [[Category: | + | [[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