Homonym: None (Null)
"None" is a term used to indicate the absence of something or the lack of any quantity. It signifies that there is not a single item or individual present in a given context. For example, if someone asks how many apples are in a basket and the answer is "none," it means there are zero apples.
In programming, particularly in languages like Python, "None" is a special value that represents the absence of a value or a null reference. It is often used to signify that a variable has not been assigned a value or that a function does not return anything.