# Copyright 2022, Rayyan Hodges, TAFE NSW # rayyan.hodges@studytafensw.edu.au #Obtaining user's score score=int(input("Please enter your test score: ")) #Determining users score if score>50: print('Congratulations, you passed your test!') input("Press Enter on the keyboard to exit")