Computer Science, asked by gokilavani7682, 1 year ago

What are .pyc files in Python?

Answers

Answered by akmalkhalid2003
0

Python automatically compiles your script to compiled code, so called byte code, before running it. When a module is imported for the first time, or when the source is more recent than the current compiled file, a .pyc filecontaining the compiled code will usually be created in the same directory as the .py file.

Hope it helps

please mark as brainliest

Answered by mangatrompreet
1

Answer:

a file is a some information or data which states in the computer storage devices the author gives you easy ways to manipulate this file is generally we divide files into that category text file and binary files

Similar questions