This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LIPS_START_X = 32 | |
| LIPS_END_X = 37 | |
| PUPIL_CHAR_COUNT = 4 | |
| def compute_polkadot_score(art: str) -> int: | |
| """ | |
| Count 'O' polkadots on Angelica's dress and score them. | |
| Polkadots whose x coordinate falls within the lips range |