Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Runtime-generated data.txt is a sales CSV. The notes of the one row with amount >= 10000, status completed, and a SEC- product_id is the FLAG.
Use csv.DictReader for named columns
Find the row that satisfies all three predicates
Read its notes column