Skip to content
Open

Haqq #1198

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
8 changes: 8 additions & 0 deletions scripts/py.py
Original file line number Diff line number Diff line change
@@ -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="[email protected]"
#Inputing into the sentence
print("Hello World, this is",full_name,"with",hng_id,"using",language,"for stage 2 task and",email)