diff --git a/scripts/danielibe.py b/scripts/danielibe.py new file mode 100644 index 00000000..829ed0a1 --- /dev/null +++ b/scripts/danielibe.py @@ -0,0 +1,7 @@ +user_name = "Egeonu daniel" +hng_id = "HNG-03145" +user_email = "degeonu23@gmail.com" +user_language = "python" + +output = "Hello World, this is {user_name} with HNGi7 ID {hng_id} using {user_language} for stage 2 task degeonu23@gmail.com" +print(output diff --git a/scripts/ibeda_script.py b/scripts/ibeda_script.py new file mode 100644 index 00000000..57459f62 --- /dev/null +++ b/scripts/ibeda_script.py @@ -0,0 +1,7 @@ +user_name = 'Egeonu daniel' +hng_id = 'HNG-03145' +user_email = 'degeonu23@gmail.com' +user_language = 'python' + +output = 'Hello World, this is {user_name} with HNGi7 ID {hng_id} using {user_language} for stage 2 task degeonu23@gmail.com' +print(output) \ No newline at end of file diff --git a/scripts/ibens_script.py b/scripts/ibens_script.py new file mode 100644 index 00000000..a889d7bc --- /dev/null +++ b/scripts/ibens_script.py @@ -0,0 +1,7 @@ +user_name = "egeonu daniel" +user_id = "HNG-00274" +user_email = "degeonu23@gmail.com" +user_language = "python" + +output = f"Hello World, this is {user_name} with HNGi7 ID {user_id} using {user_language} for stage 2 task {user_email}" +print(output) \ No newline at end of file