Optimizing Python Code Performance

Analyze and suggest improvements to optimize a Python code snippet's performance.

About the prompt Optimizing Python Code Performance

Your task is to analyze the provided Python code snippet and suggest improvements to optimize its performance. Identify areas where the code can be made more efficient, faster, or less resource-intensive. Provide specific suggestions for optimization, along with explanations of how these changes can enhance the code’s performance. The optimized code should maintain the same functionality as the original code while demonstrating improved efficiency.