добавил правую бровь, завершил первое задание

This commit is contained in:
2026-03-04 13:28:53 +03:00
parent 5378f36d95
commit 070885dd85

View File

@@ -19,11 +19,13 @@ circle(screen, (255, 255, 255), (500 - dx, y), a, 2)
circle(screen, (255, 255, 255), (500 + dx, y), a, 2) circle(screen, (255, 255, 255), (500 + dx, y), a, 2)
polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)]) polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)])
polygon(screen, (255, 255, 255), [(400, 550), (400, 570), (600, 570), (600, 550)], 2)
polygon(screen, (0, 0, 0), [(400, 380), (400, 400), (470, 450), (470, 430)]) polygon(screen, (0, 0, 0), [(400, 380), (400, 400), (470, 450), (470, 430)])
polygon(screen, (255, 255, 255), [(400, 380), (400, 400), (470, 450), (470, 430)], 2) polygon(screen, (255, 255, 255), [(400, 380), (400, 400), (470, 450), (470, 430)], 2)
polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)]) polygon(screen, (0, 0, 0), [(600, 380), (600, 400), (530, 450), (530, 430)])
polygon(screen, (255, 255, 255), [(600, 380), (600, 400), (530, 450), (530, 430)], 2)