Light Mode
Dark Mode
What is my mistake?

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: July 14, 2016, 11:15 a.m.
Updated: Aug. 3, 2016, 11:15 a.m.
0
25
User avatar
Oleg_Novikov