From 7fe50182ed08b5cf435ff8bfe95b3b471f0d1435 Mon Sep 17 00:00:00 2001 From: Haqq <66303519+Haqq@users.noreply.github.com> Date: Sun, 7 Jun 2020 07:26:06 +0100 Subject: [PATCH] Haqq --- scripts/py.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/py.py diff --git a/scripts/py.py b/scripts/py.py new file mode 100644 index 00000000..6b0659c1 --- /dev/null +++ b/scripts/py.py @@ -0,0 +1,8 @@ +#Hello World, this is [fullname] with [HNG-ID] using [language] for stage 2 task and [email] +#defining attributes +full_name="Abubakri Ibrahim" +hng_id="HNG-05601" +language="python" +email="vectorvector49@gmail.com" +#Inputing into the sentence +print("Hello World, this is",full_name,"with",hng_id,"using",language,"for stage 2 task and",email)