From 52b82152a5f749884ce0f5c81b6a9b16e001d197 Mon Sep 17 00:00:00 2001 From: Manny Date: Mon, 3 Mar 2025 18:09:21 +1000 Subject: [PATCH] Update hello.py --- hello.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello.py b/hello.py index 6109390..1d04b7a 100644 --- a/hello.py +++ b/hello.py @@ -52,3 +52,7 @@ goto(116, 116) write("Reilly", align="center", font=("papyrus", 13, "bold")) done() + +goto(150, 150) +write("Manny", align="center", font=("comic sans", 13, "bold")) +done() \ No newline at end of file