File size: 79 Bytes
6b2498f
f3c6abd
1
2
def clip_text(t, lenght = 5):
    return ".".join(t.split(".")[:lenght]) + "."