Q. Which of the following is the correct file extension for Python files?
β
Correct Answer: (C)
.py
Explanation: Python files are saved with the `.py` extension. Other extensions like `.pt` or `.p` are not valid for Python source code.