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.
When running tests on Python 3.4.3 or 2.7.6 I pass the first test, then:
"Traceback (most recent call last):
File "main.py", line 23, in
Test.expect(results1.connected(8,9),True , "Finds Valid Path")
File "/runner/frameworks/python/cw-2.py", line 22, in expect
display('FAILED', message)
File "/runner/frameworks/python/cw-2.py", line 14, in display
type.upper(), mode.upper(), label, format_message(message)))
File "/runner/frameworks/python/cw-2.py", line 9, in format_message
return message.replace("\n", "<:LF:>")
AttributeError: 'bool' object has no attribute 'replace'"
This comment is hidden because it contains spoiler information about the solution