A Berger
2016-08-29 07:11:23 UTC
Hi
Whats the most elegant / shortest way to convert an array to a string, like
a=["a","b","c"] # => "abc"
And the best way for
a=[1,2,3,4,5] # => "12345"
Thanks
Berg
Whats the most elegant / shortest way to convert an array to a string, like
a=["a","b","c"] # => "abc"
And the best way for
a=[1,2,3,4,5] # => "12345"
Thanks
Berg