摘要: 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 19:05 荔枝Y 阅读(8) 评论(0) 推荐(0)