Q. Which of these is a secure way to store API keys in a Python application?
β
Correct Answer: (B)
Storing in environment variables
Explanation: Environment variables keep secrets out of source code and version control.