Y
Hacker News
new
|
ask
|
show
|
jobs
by
anc84
3232 days ago
What about it?
2 comments
4c2383f5c88e911
3232 days ago
"test" < 1 is a TypeError in python3, and it works in python2 (returns False), it is part of the pitfalls of porting code to python 3.
link
PerryCox
3232 days ago
If you enter the code above into the website it responds with:
maybe the code is wrong?
link
anc84
3232 days ago
It does not do that for me, the Python 3 version appears with no changes.
link