# Example 1: Low Grade
# Faint white (1), Diffuse margin (0), Fine vessels (0), Small (0), Partial iodine (1)
# Score = 2
swede_colposcopic_score(1, 0, 0, 0, 1)
# Example 2: High Grade
# Dense white (2), Sharp margins (1), Coarse vessels (2), Large (2), Yellow iodine (2)
# Score = 9
swede_colposcopic_score(2, 1, 2, 2, 2)
Run the code above in your browser using DataLab