what is undefined value in python
Answers
Answered by
1
Answer:
In Python, all variables are expected to be defined before use. The None object is a value you often assign to signify that you have no real value for a variable, as in: try: x except NameError: x = None.
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Art,
3 months ago
Math,
6 months ago
Computer Science,
6 months ago
Economy,
11 months ago
Hindi,
11 months ago
Math,
11 months ago