• What is my mistake?

Question related to mission Solution for Anything

 

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!