добавил правую бровь, завершил первое задание
This commit is contained in:
4
task1.py
4
task1.py
@@ -19,11 +19,13 @@ 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, (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, (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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user