Skip to content

ALL-CONT0002 · examples

These examples come directly from ALL-CONT0002. Read their source.

def check(order):
order.total == 0
order.items
def check(order):
assert order.total == 0
return order.items