All public logs
Jump to navigation
Jump to search
Combined display of all available logs of What's Up With Your MCU?. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:23, 29 April 2021 LovelyA72 talk contribs created page User:LovelyA72/Sandbox (Created page with "<syntaxhighlight lang="python" line='line'> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")