MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / blackjack.py

File blackjack.py

src/gamesbyexample/blackjack.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Blackjack, by Al Sweigart al@inventwithpython.com
2The classic card game also known as 21. (This version doesn't have
3splitting or insurance.)
4More info at: https://en.wikipedia.org/wiki/Blackjack

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected