SyntaxFix
Write A Post
Hire A Developer
Questions
i use this:
def extend_string(s, l): return (s*l)[:l]