Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
A candidate can have one score under 100 (if he rolled the wheel only once).
I assumed that having less than 3 candidates meant the game could not be played. I also assumed that the having no scores or less than 2 scores under 100 meant that the entry could be kicked out. Are those assumptions correct?
I just add
print(candidates)
at the beginning of the function and it prints out the list of candidates.Can you clarify? I've tried using print in this interface and it doesn't return anything.
I guess a regular print will work for Python.
How do I get console.log to print out? Using the python version. Is it a command at the bottom of the code or at the top?