Разрешил конфликт в task1.py

This commit is contained in:
daniladkin2007-wq
2026-03-18 15:03:10 +03:00
2 changed files with 1 additions and 68 deletions

View File

@@ -26,12 +26,10 @@ def draw_ear(surface, x, y, width, height, color):
def draw_leg(surface, x, y, width, height, color):
"""Рисует ногу зайца."""
ellipse(surface, color, (x - width // 2, y - height // 2, width, height))
def draw_hare(surface, center_x, center_y, total_width, total_height, color):
"""
Рисует зайца на экране.
Параметры:
surface: поверхность для рисования
center_x, center_y: координаты центра изображения