ԝ = 4 w = 2*ԝ r = ԝ*w print(f"Resultat r={r}") if r==64: print("Alles gut") else: print("Softwareproblem. Kann man nichts machen.")