All books by the author
Without series
from $2.79
from $2.79
from $2.79
from $2.79
from $2.79
from $2.79
from $2.79
Books by Программист can be downloaded in fb2, txt, epub, pdf formats or read online.
Log in, to leave a review
Quotes
import pygame import sys Инициализация Pygame pygame.init() Создание окна screen = pygame.display.set_mode((800, 600)) Основной цикл while True: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit()
















































