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.
File "c:/Users/bluem/monty-python/volcano/evil.py", line 28, in get_villain_name
x = birthdate.strftime("%B")
AttributeError: 'str' object has no attribute 'strftime'
It should be fine now. Note that the non-padding version (without = at the end) is used. (Reference: https://en.wikipedia.org/wiki/Base64#Implementations_and_history and the examples above that heading)
some python test cases
Test.describe("Basic tests")
Test.assert_equals(domain_name("http://github.com/carbonfive/raygun"), "github")
Test.assert_equals(domain_name("http://www.zombie-bites.com"), "zombie-bites")
Test.assert_equals(domain_name("https://www.cnet.com"),"cnet")
So I have a python verison of this as a Kumite here. If that is of interest let me know
Testing for 'Xu' to 'WHU'
✘ 'WHU=' should equal 'WHU'
Python tests are broken on random - how do I suggest (or submit) a fix for them?