From f3cd333a94e70403222ca6cc731198a78ca179f6 Mon Sep 17 00:00:00 2001 From: RochoElLocho Date: Thu, 3 Aug 2023 09:55:57 +0200 Subject: [PATCH] version 1 --- stp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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