コード例 #1
0
ファイル: blackjack.py プロジェクト: rqasmi/Blackjack
def gameTeardown(house, player):
    print(Player.__str__(house))
    print(player, end="\n\n")