$ python3 contemplate_koans.py
/home/sashka/python_koans/koans/about_none.py:50: SyntaxWarning: "is not" with a literal. Did you mean "!="?
self.assertEqual(__, None is not 0)
Thinking AboutAsserts
test_assert_truth has damaged your karma.
You have not yet reached enlightenment ...
AssertionError: False is not true
Please meditate on the following code:
File "/home/sashka/python_koans/koans/about_asserts.py", line 17, in test_assert_truth
self.assertTrue(False) # This should be True
You have completed 0 (0 %) koans and 0 (out of 37) lessons.
You are now 304 koans and 37 lessons away from reaching enlightenment.
Beautiful is better than ugly.