In Python, how do I create a string of n characters in one line of code?
- by Thierry Lam
I need to generate a string with n characters in Python. Is there a one line answer to achieve this with the existing Python library? For instance, I need a string of 10 letters:
string_val = 'abcdefghij'