I really liked what I did here.

This commit is contained in:
Chris Proctor 2023-07-10 17:28:46 -04:00
parent 61710936d8
commit 823da6fd60
2 changed files with 8 additions and 0 deletions

7
poetry.lock generated Normal file
View File

@ -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"

View File

@ -3,5 +3,6 @@ from turtle import *
for line in range(5):
forward(100)
right(360 * 2 / 5)
print("Yay")
input()