From 73a36a686520abec085a086efda5316eea25bd24 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 17 Sep 2023 16:59:29 +1000 Subject: [PATCH] Update testScore.py --- testScore.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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")