calculator.py python
6 lines 179 B
Raw
sha256:07c10b6184a651841b238710523048c817c5c062f2435c64628f6e407e9d55e3 Fix stale 'under seven minutes' claim in THE POINT section Sonnet 5 minor ⚠ breaking 23 hours ago
1 def calculate_total(items):
2 return sum(item["price"] for item in items)
3
4 if __name__ == "__main__":
5 cart = [{"price": 10}, {"price": 15}]
6 print(calculate_total(cart))
File History 2 commits
sha256:07c10b6184a651841b238710523048c817c5c062f2435c64628f6e407e9d55e3 Fix stale 'under seven minutes' claim in THE POINT section Sonnet 5 minor 23 hours ago
sha256:09264fa85007556b21298030c0b199f4cfd62912a27b1838f586c31b8908beed Rename Episode 01 to 'The Whole Workflow' Sonnet 5 2 days ago