Question-51: Which of the following statement is correct, with regards to Absent value?
- Any value which is absent can be represent using “None” in Python.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A,C
Exp:
Absent value
- Any value which is absent can be represent using “None” in Python.
- This is called NoneType
You can access to full explanation to question and answer from this page.