From 20e559631a9d76a9eb17b1886a1b845d3ac10aac Mon Sep 17 00:00:00 2001 From: Ibrahim3016 Date: Wed, 3 Jun 2020 11:00:22 +0100 Subject: [PATCH] newhasher-HNG-01855 script --- scripts/newhasher-HNG-01855.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/newhasher-HNG-01855.py diff --git a/scripts/newhasher-HNG-01855.py b/scripts/newhasher-HNG-01855.py new file mode 100644 index 00000000..2395bc67 --- /dev/null +++ b/scripts/newhasher-HNG-01855.py @@ -0,0 +1,8 @@ +# This is a Python script for the HNGi7 stage 2 task + +name = "Ibrahim Adeyemi" +email = "ibrahimadeyemi88@gmail.com" +HNGi7id = "HNG-01855" +language = "python" + +print ("Hello World, this is", name, "with HNGi7 ID", HNGi7id, "and", email, "using", language, "for stage 2 task") \ No newline at end of file