From 577439cbe89cdc3e1ae8ec0a68c709c13e967123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liam=20D=E2=80=99Souza?= Date: Mon, 3 Mar 2025 18:46:55 +1000 Subject: [PATCH] Added my name, take 2 --- hello.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello.py b/hello.py index 6109390..0b2ec1f 100644 --- a/hello.py +++ b/hello.py @@ -51,4 +51,8 @@ goto(116, 116) write("Reilly", align="center", font=("papyrus", 13, "bold")) + +goto(450, 450) +color("pink") +write("L I A M", align="center", font=("Impact", 12, "normal")) done()