Can we just assume there is no tail recursion for Python?

It seems that, unlike C++, we need additional work to implement tail recursion in Python. So should we just assume there is no tail recursion for Python in an interview?

Comments (1)