Difference between revisions of "Sandbox"

From Anarchy Online Wiki [AOWiki]
(Let the sandbox be there)
Line 1: Line 1:
 
+
<syntaxhighlight lang="python">
 +
import prout
 +
print 'salut'
 +
prout.test()
 +
</syntaxhighlight>

Revision as of 15:18, 25 July 2018

<syntaxhighlight lang="python"> import prout print 'salut' prout.test() </syntaxhighlight>