diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c9ebf2d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python-envs.defaultEnvManager": "ms-python.python:system" +} \ No newline at end of file diff --git a/task1.py b/task1.py index 508f513..6d4ec8b 100644 --- a/task1.py +++ b/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)])