Procházet zdrojové kódy

Ard kan niet typen :)

niels před 5 roky
rodič
revize
50ea612ba5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      cards.py

+ 1 - 1
cards.py

@@ -1,6 +1,6 @@
 import random
 
-suits = ["harts", "spades", "clubs", "diamonds"]
+suits = ["hearts", "spades", "clubs", "diamonds"]
 denoms = ["ace", "king", "queen", "jack", "10", "9", "8", "7", "6", "5", "4", "3", "2"]
 
 class Card(object):