Reputation: 3910
I have a list of args
args = ['abc', 'def', 'ghi'... ... ... (long list)]
I would like make a string called 'clipboard' where:
clipboard = 'abc&def&ghi&... ... ... (long list)'
Pointers would be appreciated.
Upvotes: 2
Views: 125