摘要: 8.1:import random def ping_pong_match(): player1_score = 0 player2_score = 0 while True: # 随机决定得分方 winner = random.choice([1, 2]) if winner == 1: play 阅读全文
posted @ 2025-05-25 18:45 千树(好困版) 阅读(38) 评论(0) 推荐(0)