### Step 1 ###
# create 'transactions' list
assert transactions == []
Setting up Python environment...
Console
Step 1:
Create a variable called
transactions
and assign it an empty list.