From 220e5a157e2d93eef53cab9e91c0dae065775d5d Mon Sep 17 00:00:00 2001 From: Chinedu A Ezetah <66219423+Chinagbasi@users.noreply.github.com> Date: Sun, 7 Jun 2020 04:45:04 -0400 Subject: [PATCH] Add files via upload --- scripts/MaziEzet_Script.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/MaziEzet_Script.py diff --git a/scripts/MaziEzet_Script.py b/scripts/MaziEzet_Script.py new file mode 100644 index 00000000..da4e8114 --- /dev/null +++ b/scripts/MaziEzet_Script.py @@ -0,0 +1,5 @@ +name = 'Chinedu Ezetah' +language = 'Python' +ID = 'HNG-02339' + +print ("Hello World, this is",name, "with HNGi7 ID", ID, "using", language, "for stage 2 task") \ No newline at end of file