From 39426cd666cb2460086566064b31787cb96348e9 Mon Sep 17 00:00:00 2001 From: Remzy527 <42874332+Remzy527@users.noreply.github.com> Date: Mon, 8 Jun 2020 08:50:13 +0100 Subject: [PATCH] Added script --- scripts/Aderemi-Alo.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/Aderemi-Alo.py diff --git a/scripts/Aderemi-Alo.py b/scripts/Aderemi-Alo.py new file mode 100644 index 00000000..72de7c7d --- /dev/null +++ b/scripts/Aderemi-Alo.py @@ -0,0 +1,5 @@ +full_name = 'Aderemi Alo' +iD = 'HNG-00772' +language = 'Python' + +print('Hello World, this is {name} with HNGi7 ID {id} using {language} for stage 2 task'.format(name = full_name, id = iD, language= language)) \ No newline at end of file