7 lines
91 B
Python

#!/usr/bin/env python3
from minmatte import kub, kvadrat
print(kub(5))
print(kvadrat(5))