diff --git a/testScore.py b/testScore.py index 198c783..23d0cbf 100644 --- a/testScore.py +++ b/testScore.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + #Obtaining user's score score=int(input("Please enter your test score: ")) @@ -5,4 +8,4 @@ score=int(input("Please enter your test score: ")) if score>50: print('Congratulations, you passed your test!') -input("Press Enter on the keyboard to exit") \ No newline at end of file +input("Press Enter on the keyboard to exit")