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