Question 6: What is the primary purpose of using functions in Python? Choice: (choose correct answer): () To create modular and reusable code () To increase the execution speed of the code () To make the code more complex () To avoid using built-in functions () To handle errors more effectively Answer: To create modular and reusable code