CBSE Class 11 Computer Science Question 96 of 98

Python Programming Fundamentals — Question 10

Back to all questions
10
Question

Question 10

Null literal in Python means "there's nothing here".

Answer

False

Reason — In Python, the absence of a value is represented by the None keyword, not "null" literal.