easy
CSV File Reader
Write a Python script to read a CSV file and perform a basic calculation on a specific column.
📝 Conteúdo do Prompt
Write a Python script using the 'csv' module to read a file named 'sales_data.csv'. The file has a header row with a column named 'amount'. The script should read all values in the 'amount' column, convert them to floats, and print the total sum.