diff --git a/hello.py b/hello.py index 6109390..fb7da45 100644 --- a/hello.py +++ b/hello.py @@ -51,4 +51,7 @@ goto(116, 116) write("Reilly", align="center", font=("papyrus", 13, "bold")) + +goto(-100, -100) +write("Sean", align="center", font=("Impact", 20, "bold")) done()