mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
Compare commits
2 Commits
f8fe72dc37
...
c9a7234a95
Author | SHA1 | Date | |
---|---|---|---|
|
c9a7234a95 | ||
|
f7c5e55609 |
@ -16,7 +16,7 @@ repos:
|
|||||||
- id: auto-walrus
|
- id: auto-walrus
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.0.280
|
rev: v0.0.281
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
|
|
||||||
|
@ -82,3 +82,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
vertices = [(-175, -125), (0, 175), (175, -125)] # vertices of triangle
|
vertices = [(-175, -125), (0, 175), (175, -125)] # vertices of triangle
|
||||||
triangle(vertices[0], vertices[1], vertices[2], int(sys.argv[1]))
|
triangle(vertices[0], vertices[1], vertices[2], int(sys.argv[1]))
|
||||||
|
turtle.Screen().exitonclick()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user