From 22ef05aab2bf9e6284a54cd535a7ab9176cc771b Mon Sep 17 00:00:00 2001 From: bhad04 <55529291+bhad04@users.noreply.github.com> Date: Fri, 4 Oct 2019 01:22:28 +0100 Subject: [PATCH] update hello --- hello_hacktoberfest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!")