We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2a07b commit 12ad7f4Copy full SHA for 12ad7f4
71_Poker/python/game.py
@@ -387,7 +387,7 @@ def _chance(self, n: int) -> bool:
387
return random.random() < n / 10
388
389
def _display_intro(self) -> None:
390
- """Print the welcome banner and loop indefinitely over rounds."""
+ """Print the welcome banner."""
391
print(" POKER")
392
print(" CREATIVE COMPUTING MORRISTOWN, NEW JERSEY\n\n")
393
print(
0 commit comments