Обновить smile.py

This commit is contained in:
2026-05-21 21:15:09 +03:00
parent 921d41b816
commit 8e2fc960bf

View File

@@ -10,8 +10,7 @@ screen=pygame.display.set_mode((500,500))
def smile(screen):
rect(screen, (230,200,160), (0, 0, 500, 500)) #фон
circle(screen, (255, 255, 0), (250, 250), 230) #основа
rect(screen, (0, 0, 0), (150, 400, 200, 25)) #рот
polygon(screen, (0, 0, 0), [(100, 25), (225, 125), (200, 150), (75, 50)]) #левая бровь
rect(screen, (0, 0, 0), (150, 400, 200, 25))
polygon(screen, (0, 0, 0), [(400, 50), (425, 75), (300, 175), (275, 150)]) #правая бровь
def eye(y):