Выберите команду, которая рисует прямоугольник, площадь которого равна 200

1. pygame.draw.rect(screen, [0, 0, 0], [0, 0, 20, 100])

2. pygame.draw.rect(screen, [0, 0, 200], [200, 200, 210, 220])

3. pygame.draw.rect(screen, [0, 0, 200], [10, 10, 110, 12])

4. pygame.draw.rect(screen, [100, 100, 100], [10, 10, 4, 50]) (pygame, python)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.