Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/danielibe.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user_name = "Egeonu daniel"
hng_id = "HNG-03145"
user_email = "[email protected]"
user_language = "python"

output = "Hello World, this is {user_name} with HNGi7 ID {hng_id} using {user_language} for stage 2 task [email protected]"
print(output
7 changes: 7 additions & 0 deletions scripts/ibeda_script.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user_name = 'Egeonu daniel'
hng_id = 'HNG-03145'
user_email = '[email protected]'
user_language = 'python'

output = 'Hello World, this is {user_name} with HNGi7 ID {hng_id} using {user_language} for stage 2 task [email protected]'
print(output)
7 changes: 7 additions & 0 deletions scripts/ibens_script.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user_name = "egeonu daniel"
user_id = "HNG-00274"
user_email = "[email protected]"
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)