Sandbox: Difference between revisions
imported>Fadenb let's see if this kills the wiki irc bot (again :P ) |
imported>Makefu |
||
Line 16: | Line 16: | ||
Sand that box | Sand that box | ||
Shoop da whoop! | Shoop da whoop! | ||
Herp Derp | Herp Derp <syntaxhighlight lang="python" inline>shop</syntaxhighlight> da whoop | ||
== Pything highlighting test == | == Pything highlighting test == |
Revision as of 15:01, 9 September 2017
Sandbox
What is a sandbox?
The sandbox page in this wiki is intended to test thing and toy around with syntax and features. Do not expect your content to stay here very long as any registered user can overwrite it at any time.
Please keep this header intact and do all you testing below :)
test
Template:Notice This is a link to the meta-article Discussion: Discussion
Sand that box
Shoop da whoop!
Herp Derp shop
da whoop
Pything highlighting test
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
test.py
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
no yes no no yes no no yes no