What does None mean?

So in the Python for Everybody, Iterations: Loop Idioms module…

What is None? It doesn’t have “” around it so, I assume it is not a str. Is it one of the built in objects?

please post a link to avoid misunderstandings ( a link to what you are reading).
I assume None is this one: Python None Keyword
Basically means ‘the absence of value’

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.