diff --git a/scripts/Timothy_Mutumwa_HNGi7_06791.py b/scripts/Timothy_Mutumwa_HNGi7_06791.py index 96e9f813..08bc1028 100644 --- a/scripts/Timothy_Mutumwa_HNGi7_06791.py +++ b/scripts/Timothy_Mutumwa_HNGi7_06791.py @@ -1,6 +1,6 @@ name = "Timothy Mutumwa" -HNGi_Id = "HNG-06791" -language = "Python"Lan +HNGi_ID = "HNG-06791" +language = "Python" email = "timmomutumwa1@gmail.com" -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)