# Example 1: Poor Risk
# KPS 70 (1), Anemia (1), 3 Metastatic Sites (1)
# Score = 3
mekhail_motzer_score(0, 1, 1, 0, 0, 1)
# Example 2: Favorable Risk
# No risk factors
# Score = 0
mekhail_motzer_score(0, 0, 0, 0, 0, 0)
Run the code above in your browser using DataLab