Test123: Unterschied zwischen den Versionen
Aus BAWiki-test
Keine Bearbeitungszusammenfassung |
|||
| Zeile 32: | Zeile 32: | ||
=== SyntaxHighlight === | === SyntaxHighlight === | ||
<syntaxhighlight lang="python" line> | <syntaxhighlight lang="python" line> | ||
def quick_sort(arr): | def quick_sort(arr): | ||
less = [] | less = [] | ||
| Zeile 41: | Zeile 40: | ||
else: | else: | ||
pass | pass | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 18. Dezember 2023, 13:23 Uhr
Spielwiese
AT / 0,5 AS 2
Mehr Test
Test Extensions
Math
[math]\displaystyle{ E=mc^2 }[/math]
[math]\displaystyle{ Gamma = C_r \cdot e^{i\Delta\varphi} }[/math]
[math]\displaystyle{ \frac{2+dc}{9} }[/math]
ReplaceText
Bernhardstraße
ImageMap

PdfHandler
LinkTitles
SyntaxHighlight
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
Cite
Siehe [1]
Literatur
- ↑ Müller-Hagedorn