LLD - Design — Splitwise (Expense Sharing)
Given the following code snippet, what will be the output?
transactions = [
{'id': 't1', 'amount': 100},
{'id': 't2', 'amount': 200}
]
print(len(transactions))