feat: Reduce debate rounds to 4 and enforce 100-word limit - Add word limit enforcement and shorter debates

This commit is contained in:
2025-05-12 22:25:38 +02:00
parent d4dd4fe826
commit 5599313454
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def main():
random.shuffle(participants)
opponents_answer = "Du bist der erste Teilnehmer in der ersten Runde. Was ist deine Meinung zum Thema?"
for i in range(10):
for i in range(4):
print(f"Round {i + 1}")
for participant in participants: