Difference between null & "" & empty

Just a general question. What is the difference between an imaginary index 0 of a list when it is either:

[0] null
or
[0]
or
[0] Empty List

We also have Truthy and Falsy values in Python

See also "Replace False" Node

1 Like

New article:

https://www.codeproject.com/Articles/1187369/The-meaning-of-null

The meaning of ‘null’

ChristianNeumanns, 15 May 2017

What is the meaning of null? How is null implemented? When should you use null in your source code, and when should you not use it? These are the questions answered in this article.

1 Like

Life imitates Python

5 Likes