7 lines
82 B
Python
7 lines
82 B
Python
#!/usr/bin/env python3
|
|
# Filen rakna.py
|
|
|
|
import minmatte
|
|
|
|
print (minmatte.kub(5))
|