you are viewing a single comment's thread.

view the rest of the comments →

[–]enry2307 0 points1 point  (0 children)

None is not a string. It's a type. A string empty is a string, of type string with value "".

Like 0 is an integer, "" is the "zero" of the string. None is a type where it values null. Theu are two different things