colorlab
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

units.py
text/x-python

Download raw (79 bytes)

def mm(amount):
    return amount * 40

def cm(amount):
    return amount * 400