This is a realy interesting task! But I have a half of decision.
If I write:
checkio("Hello")
checkio > 'World'
I have response True.
If I write:
checkio("Hello") > 'World'
I have - TypeError: unorderable types: NoneType() > str()
What I need to read?
Thanks!
Created at: 2016/07/14 11:15; Updated at: 2016/08/03 11:15