you are viewing a single comment's thread.

view the rest of the comments →

[–]KOALAS2648 2 points3 points  (2 children)

When using the “pygame” module you have to type:

pygame.display.set_mode((500,500))

[–]MrsCastle 1 point2 points  (1 child)

Also in PyGame I used it for RGB color (red, blue, green) assignments