15. What do you understand by undefined variable in Python ? / sa 11 cs chapter 6, sa 11 ip chapter 3, Uncategorized / By PythonCSIP CS IP Any variable that is not assigned is undefined in python. A NameError will be raised if any such variable is called.