0 votes
in Python by
What is the difference between .py and .pyc files?

1 Answer

0 votes
by

.py files are Python source files. .pyc files are the compiled bytecode files that are generated by the Python compiler

Related questions

+1 vote
asked May 23, 2020 in Python by sharadyadav1986
0 votes
asked Jul 10, 2020 in Python by GeorgeBell
...