diff --git a/hello_hacktoberfest.py b/hello_hacktoberfest.py index a924f63..71a0bb6 100644 --- a/hello_hacktoberfest.py +++ b/hello_hacktoberfest.py @@ -1,4 +1,4 @@ -def print_message(message): +def display_text(message): print(message) -print_message("Hello Hacktoberfest 2016!") \ No newline at end of file +display_text("Hello Hacktoberfest 2018!")