15. What do you understand by undefined variable in Python ?

Any variable that is not assigned is undefined in python. A NameError will be raised if any such variable is called.