Informatics Practices
Null literal in Python means "there's nothing here".
Python Funda
5 Likes
Answer
False
Reason — In Python, the absence of a value is represented by the None keyword, not "null" literal.
Answered By
3 Likes
Null literal in Python means "there's nothing here".
5 Likes
False
Reason — In Python, the absence of a value is represented by the None keyword, not "null" literal.
Answered By
3 Likes