All public logs
From San Andreas Multiplayer
Jump to navigationJump to search
Combined display of all available logs of San Andreas Multiplayer. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:02, 2 November 2024 Varrez talk contribs created page Scripting Basics (Created page with "<syntaxhighlight lang="python" line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")