7 lines
82 B
Python
7 lines
82 B
Python
#!/usr/bin/env python3
|
|
from minmatte import kub
|
|
|
|
print(kub(5))
|
|
print(kvadrat(5))
|
|
|