Why can't you import python 2 modules in python 3?

Viewed 9384

Is there any theoretical reason that stops this? As far as I know python modules can be written in C? What's the reason you can't call functions written in python 2 in python 3?

1 Answers
Related