3 ms·
You can define functions within the scope of another function in Python as well. It's up to the developer to keep it organized.
by mswift 12y ago
You can define functions within the scope of another function in Python as well. It's up to the developer to keep it organized.
- collyw 12y agoYes, Python seems to encourage this sort of organization, while (from what I have seen) JavaScript does not.