コード例 #1
0
ファイル: ViewController.py プロジェクト: SX64/Topics-in-CS
def populate_cards():
	global cards
	cards = map(lambda c: Model.card(c).get(), Cards.get_cards())
	random.shuffle(cards)