Sandkasten

Start!
Erster Basisvektor | $e_1=\begin{pmatrix}1\\0\\0\end{pmatrix}$ ^ Länge eines Vektors | $\vec{v} = \sqrt{v \cdot v} = \sqrt{v_1\cdot v_1 + v_2\cdot v_2+v_3\cdot v_3}$ ^
spaces.py
if True:
    print("OK")
print("done")
cyrillic.py
ԝ = 4
w = 2*ԝ
r = ԝ*w
print(f"Resultat r={r}")
if r==64:
    print("Alles gut")
else:
    print("Softwareproblem. Kann man nichts machen.")