Добавил левую бровь
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python-envs.defaultEnvManager": "ms-python.python:system"
|
||||
}
|
||||
7
task1.py
7
task1.py
@@ -18,7 +18,12 @@ circle(screen, (0, 0, 0), (500 + dx, y), 10)
|
||||
circle(screen, (255, 255, 255), (500 - dx, y), a, 2)
|
||||
circle(screen, (255, 255, 255), (500 + dx, y), a, 2)
|
||||
|
||||
polygon(screen, (0, 0, 255), [(100, 120), (120, 140), (140, 120), (120, 100)])
|
||||
polygon(screen, (0, 0, 0), [(400, 550), (400, 570), (600, 570), (600, 550)])
|
||||
|
||||
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)])
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user