D. is the correct answer.
Normally, the Python interpreter automatically compiles your code into bytecode (in memory). However, here's how you would manually compile python code, (which will create a .pyc file):
python -m py_compile HelloWorld.py
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Tarun1
Highly Voted 4 years, 8 months agoAEscajeda
Highly Voted 3 years, 5 months agomacxsz
Most Recent 2 years, 7 months agorbishun
3 years agoFR99
4 years, 1 month agoSpectra
4 years, 2 months agomaritadev
4 years, 4 months agoLearningOnlyWay
4 years, 7 months agoRajdeep
4 years, 8 months agothanh3d
4 years, 8 months ago