= False
break
pygame.display.flip()
clock.tick(10)
return is_clearance...'''显示文字'''
def showText(screen, font, is_clearance, flag=False):
clock = pygame.time.Clock()...if not is_clearance else 'Congratulations, you won!'...positions = [[235, 233], [65, 303], [170, 333]] if not is_clearance else [[145, 233], [65, 303], [170..., True)
else:
showText(screen, font_big, is_clearance)
最终运行程序结果如下:
?