摘要:
一、比赛的完善,测试函数。 #对gameover函数判断测试 def gameOver(a,b): if (a>=25 and abs(a-b)>=2 )or(b>=25 and abs(a-b)>=2): return True else: return False ai=[] bi=[] try 阅读全文
posted @ 2020-05-13 18:05
Hayhong123
阅读(139)
评论(0)
推荐(0)
2020年5月13日