SyntaxFix
Write A Post
Hire A Developer
Questions
Python Version 2.x will have .pyc when interpreter compiles the code.
Python Version 3.x will have __pycache__ when interpreter compiles the code.
alok@alok:~$ ls module.py module.pyc __pycache__ test.py alok@alok:~$