Main Page
From thelinuxwiki
Consult the User's Guide for information on using the wiki software.
Contents |
Getting started
new user signup
Admin Quick Links
Uploading files? Click the link below.
syntax examples
source code
<source lang="python"> <br>message = 'hello world!' <br>print message <br></source>
message = 'hello world!' print message