TypeError: int() argument must be a string, a bytes-like object or a number, not 'tuple'? Pygame

前端 未结 0 1943
礼貌的吻别
礼貌的吻别 2021-01-28 06:02

I use pygame to make games and it says there was a error?

import pygame

pygame.init()

display_width = 800
display_height = 600

screen = pygame.display.set_mode         


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