买牌
Python斗地主
Python⽃地主from random import shuffle# 买牌环节tf = ["\u2665", "\u2660", "\u2666", "\u2663"]num = [3, 4, 5, 6, 7, 8, 9, 10, "J", "Q", "K", "A", 2]poke_dict_a = {}poke_dict_b = {}poke_list = []player_dict =...
Python⽃地主from random import shuffle# 买牌环节tf = ["\u2665", "\u2660", "\u2666", "\u2663"]num = [3, 4, 5, 6, 7, 8, 9, 10, "J", "Q", "K", "A", 2]poke_dict_a = {}poke_dict_b = {}poke_list = []player_dict =...