diff --git a/stp.py b/stp.py index ff45f8b..710edaf 100644 --- a/stp.py +++ b/stp.py @@ -19,5 +19,4 @@ while punkte1 or punkte2 < 3: punkte2 += 1 print("Spieler 2 hat:", punkte2, "Punkte") if punkte2 == 3: - break - \ No newline at end of file + break \ No newline at end of file