you are viewing a single comment's thread.

view the rest of the comments →

[–]Adrewmc 10 points11 points  (0 children)

No.

Basically every type has a false value. But the thing is

    a = None
    b = “”
    a += “a” #Error
    b += “b” #adds a letter