Difference between revisions of "User:Fxc"

Jump to navigation Jump to search
(Test)
(+1)
Line 1: Line 1:
== Syntax highlighting ==
<syntaxhighlight lang="python" style="border:3px dashed blue">
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
== Ubuntu Touch ==
== Ubuntu Touch ==