version 1

This commit is contained in:
Domenik Rath 2023-08-03 09:55:57 +02:00
parent 73a7de25ef
commit f3cd333a94

3
stp.py
View File

@ -19,5 +19,4 @@ while punkte1 or punkte2 < 3:
punkte2 += 1
print("Spieler 2 hat:", punkte2, "Punkte")
if punkte2 == 3:
break
break