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