diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..7462c39 --- /dev/null +++ b/poetry.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +package = [] + +[metadata] +lock-version = "2.0" +python-versions = "^3.11" +content-hash = "220d9413a8d732dbc14bff21ff9eb129dbf0aad27adbb7a09fa2fcaee414aa56" diff --git a/star.py b/star.py index 79f8357..f821309 100644 --- a/star.py +++ b/star.py @@ -3,5 +3,6 @@ from turtle import * for line in range(5): forward(100) right(360 * 2 / 5) +print("Yay") input()