Deprecated: Use of MediaWiki\Parser\ParserOutput::getText was deprecated in MediaWiki 1.42. [Called from SMW\MediaWiki\Hooks\OutputPageParserOutput::getParserOutput in /home/jltryoen/www/MediaWiki/extensions/SemanticMediaWiki/src/MediaWiki/Hooks/OutputPageParserOutput.php at line 161] in /home/jltryoen/www/MediaWiki/includes/debug/MWDebug.php on line 386
« Demo:Test5 » : différence entre les versions — La FAQ de JLT

« Demo:Test5 » : différence entre les versions

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
{| class="wikitable"
<syntaxhighlight lang="python" line>
|+ Texte de la légende
def quick_sort(arr):
|-
less = []
! Texte de l’en-tête
pivot_list = []
|-
more = []
| <span>Voir</span> <favorites keyword=how-to-reset-the-root-mysql span=1/>
if len(arr) <= 1:
|}
return arr
 
else:
<wikipedia url=https://github.com name=/JLTRY/mediawikibootstrap5 tag=article.markdown-body no=0 class=col-lg-10 well border border-primary />
pass
</syntaxhighlight>

Version du 18 février 2025 à 09:42

def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass