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()