From 6d7f54084720d6b0915c255f3e54c3e40cddcac7 Mon Sep 17 00:00:00 2001 From: Remzy527 <42874332+Remzy527@users.noreply.github.com> Date: Mon, 8 Jun 2020 01:25:01 +0100 Subject: [PATCH 1/2] Adding taask one --- 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..1f93a2dc --- /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 From 451dab6855f1fd1a4b444a167218a8079f7ad78e Mon Sep 17 00:00:00 2001 From: Remzy527 <42874332+Remzy527@users.noreply.github.com> Date: Mon, 8 Jun 2020 01:27:42 +0100 Subject: [PATCH 2/2] Update Aderemi-Alo.py --- scripts/Aderemi-Alo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Aderemi-Alo.py b/scripts/Aderemi-Alo.py index 1f93a2dc..7856781c 100644 --- a/scripts/Aderemi-Alo.py +++ b/scripts/Aderemi-Alo.py @@ -2,4 +2,4 @@ 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 +print('Hello World, this is {name} with HNGi7 ID {id} using {language} for stage 2 task'.format(name = full_name, id = iD, language= language))