From b8067596db5bfb46b0cda71d6fe0ae743080e228 Mon Sep 17 00:00:00 2001 From: Sean Dewantoro Date: Mon, 3 Mar 2025 18:39:25 +1000 Subject: [PATCH] Sean's Turtle --- hello.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hello.py b/hello.py index 6109390..fb7da45 100644 --- a/hello.py +++ b/hello.py @@ -51,4 +51,7 @@ goto(116, 116) write("Reilly", align="center", font=("papyrus", 13, "bold")) + +goto(-100, -100) +write("Sean", align="center", font=("Impact", 20, "bold")) done()