Hilfe:Sandkasten

Aus TALSIM Docs

Formatierung

Eine Info
Achtung!

Test Math

[math]\displaystyle{ x + y = \frac{3.5}{7.8} }[/math]

Test syntax highlight

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

Test VideoEmbed