Programming Level 2 45 points

Python Automation - CSV Sales Filtering

Mission

data.txt is a sales CSV (transaction_id,date,product_id,amount,status,notes). Find the single transaction with amount >= 10000, status == completed, and product_id starting with SEC-, then read the flag from its notes column.

#programming#python#csv

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag