Difference between revisions of "Playground"
From Pixelmon Wiki
m |
m |
||
Line 17: | Line 17: | ||
return arr | return arr | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | <div class="table-responsive"> | ||
+ | <table class="table table-striped table-hover table-sm "> | ||
+ | <th scope="col">Biomes</th> | ||
+ | <tr> | ||
+ | <td>[[River]]</td> | ||
+ | <td>[[Ocean]]</td> | ||
+ | <td>[[Deep Ocean]]</td> | ||
+ | <td>[[Coral Reef]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>[[Kelp Forest]]</td> | ||
+ | <td>[[Beach]]</td> | ||
+ | <td>[[Stone Beach]]</td> | ||
+ | <td>[[White Beach]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>[[Gravel Beach]]</td> | ||
+ | <td>[[Origin Island Shore]]</td> | ||
+ | <td>[[Mushroom Island]]</td> | ||
+ | <td>[[Mushroom Island Shore]]</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </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 |