摘要: import random # 在打完牌后移除该卡片 def remove_card(str_card_list, card_list): for i in str_card_list: card_list.remove(i) # 出1张牌 def one_card(card_list): retu 阅读全文
posted @ 2023-01-12 17:26 tiansz 阅读(15) 评论(0) 推荐(0) 编辑