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