Posts by RODINEY TAKARA • 1 point
1 post
-
-1
votes1
answer1125
viewsA: How to put a text on the pygame screen?
from pygame import font txt='hello world' ##### armazena o texto pygame.font.init() ##### inicia font fonte=pygame.font.get_default_font() ##### carrega com a fonte…
pygameanswered RODINEY TAKARA 1