# Example 1: High Risk Candidate
# Male (+1), Tonnis Grade 1 (+2), Cam Present (+1)
# Score = 4
rapid_acetabular_score("male", 1, 1)
# Example 2: Low Risk Candidate
# Female (0), Tonnis Grade 0 (0), Cam Absent (0)
# Score = 0
rapid_acetabular_score("female", 0, 0)
Run the code above in your browser using DataLab