Skip to content
Open
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
6 changes: 3 additions & 3 deletions scripts/Timothy_Mutumwa_HNGi7_06791.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Timothy Mutumwa"
HNGi_Id = "HNG-06791"
language = "Python"Lan
HNGi_ID = "HNG-06791"
language = "Python"
email = "[email protected]"
greet = 'Hello world this is {} with HNGi7 ID {} using {} for stage 2 task and {}'.format(name,HNGi_Id,language,email)
greet = 'Hello world this is {} with HNGi7 ID {} using {} for stage 2 task and {}'.format(name,HNGi_ID,language,email)
print(greet)