Login and get codingIn this Bite you calculate the total amount of points earned with Ninja Belts by accessing the given
ninja_belts
dict.You learn how to access score and ninjas (= amount of belt owners) from no less than a
namedtuple
(if you're new to them, check out the basicPoint
example in the docs).Why a namedtuple, you did not even mention a tuple yet?!
Good point, well in our Bites we might actually use them even more so let's get to know them here (if you have a free evening read up on the
collections
module as well and thank us later).The function returns the total score
int
. You learn to write generic code because we test for an updatedninja_belts
dict as well, see the TESTS tab.
3002 out of 3123 users completed this Bite.
Will you be the 3003rd person to crack this Bite?
Resolution time: ~36 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 4.62 on a 1-10 difficulty scale.
» Up for a challenge? 💪