From 48d278d32897b4c5e0c0e5a9bc26d915e98542d1 Mon Sep 17 00:00:00 2001 From: Antony Joseph Mathew <48788499+ajmanjoma@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:13:16 +0530 Subject: [PATCH] Update place.py --- place.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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) + + +