Hacker News new | ask | show | jobs
by IgorPartola 2 hours ago
Is None OK in Python?

NULL in C just doesn’t belong at the end of a string. But IMO having a “there is no value here” designation is not a bad thing.

1 comments

I think you're mixing up the NULL pointer and the NULL (sometimes NUL) character.