Wikitable/FormatBug
Jump to navigation
Jump to search
Based on field test,
itemized lists in this wikitable cell must only be written in online.
For example:
1. Category Theory,
2. Link to see the example,
3. Hyperlink to other website.
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
<syntaxhighlight lang="python" line>
Based on field test,
itemized lists in this wikitable cell must only be written in online.
For example:
1. Category Theory,
2. Link to see the example,
3. Hyperlink to other website.
<syntaxhighlight>