Difference between revisions of "Sandbox"

From LibrePlanet
Jump to: navigation, search
Line 2: Line 2:
 
* list
 
* list
 
* items
 
* items
 +
 +
<syntaxhighlight lang="python">import sys
 +
sys.stdout.write("Hello, world!")</syntaxhighlight>
  
 
{| width="90%" cellspacing="0" align="center" style="background-color:transparent;"
 
{| width="90%" cellspacing="0" align="center" style="background-color:transparent;"

Revision as of 12:10, 26 May 2011

  • unordered
  • list
  • items

<syntaxhighlight lang="python">import sys sys.stdout.write("Hello, world!")</syntaxhighlight>


Template:OLPC:Journal/Issue Template:OLPC:Journal/Issue

testing