hard
Python CSV Parser
Generate Python code to read and process a CSV file.
📝 Содержимое промпта
Write a Python script using the built-in `csv` module to read a file named `data.csv`. The script should calculate the average of the values in the third column and print the result. Assume the column contains numeric data.