How to fix the 'This code is unreachable' error in PyCharm

后端 未结 0 1071
我寻月下人不归
我寻月下人不归 2020-12-18 12:54
while True:

    for event in pygame.event.get():
        if event.type == pygame.QUIT:
            pygame.quit()
                     


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题