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