Cia wants to use a Lambda function to check if a student has passed or failed. If a student has scored 45 or more marks, they have passed, else they have failed. Help Cia write a lambda function for the same.
Return Passed if score is above or equal to 45. Else return Failed.