Login and get codingIf you've never tried bowling, it's a fun game to play but keeping score can be confusing when you're first getting started.
In this Bite you will be given a string of frame data and need to complete the
calculate_score()
function and return a final score.Strikes are represented with an
X
, spares with a/
, and gutter balls with a-
.
30 out of 31 users completed this Bite.
Will you be Pythonista #31 to crack this Bite?
Resolution time: ~109 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 7.5 on a 1-10 difficulty scale.
» Up for a challenge? 💪