From 1f368f3e44f72fd3a876c3d7cfe5579154a72c04 Mon Sep 17 00:00:00 2001 From: KingsDev <63374258+KingsMMA@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:05:21 +1000 Subject: [PATCH] Added name - Alex King --- hello.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello.py b/hello.py index 6109390..1a2da66 100644 --- a/hello.py +++ b/hello.py @@ -51,4 +51,9 @@ goto(116, 116) write("Reilly", align="center", font=("papyrus", 13, "bold")) + +goto(-80, 80) +color("#ea71da") +write("Alex King", align="center", font=("Comic Sans", 14, "bold")) + done()