Difference between revisions of "Playground"
From Pixelmon Wiki
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
return arr | return arr | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
<div class="table-responsive"> | <div class="table-responsive"> | ||
Line 22: | Line 23: | ||
<th scope="col">Biomes</th> | <th scope="col">Biomes</th> | ||
<tr> | <tr> | ||
− | |||
<td>[[River]]</td> | <td>[[River]]</td> | ||
<td>[[Ocean]]</td> | <td>[[Ocean]]</td> | ||
Line 42: | Line 42: | ||
</table> | </table> | ||
</div> | </div> | ||
+ | |||
[[File:day.png]][[File:dawn.png]][[File:dusk.png]][[File:night.png]] | [[File:day.png]][[File:dawn.png]][[File:dusk.png]][[File:night.png]] |
Latest revision as of 20:59, 10 October 2021
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
Biomes | |||
---|---|---|---|
River | Ocean | Deep Ocean | Coral Reef |
Kelp Forest | Beach | Stone Beach | White Beach |
Gravel Beach | Origin Island Shore | Mushroom Island | Mushroom Island Shore |