diff --git a/place.py b/place.py index 5411d5c..31c8a24 100644 --- a/place.py +++ b/place.py @@ -77,11 +77,6 @@ pen.penup() pen.goto(-500,20) pen.pendown() -pen.write("|_| |_|\\___|\\___| |___/_| |_|\\___/ \\___/| .__/ \\___|_| \\__,_|\\__,_|\\__,_|", align="left", font=("monospace", 16, "bold")) -pen.penup() -pen.goto(-500,0) -pen.pendown() -pen.write(" |_| ", align="left", font=("monospace", 16, "bold")) # ------- -------- # # end # @@ -98,4 +93,7 @@ red.forward(2) red.right(2) red.forward(2) -red.right(2) \ No newline at end of file +red.right(2) + + +