Changing a 1-line permutation to a string 'blablabla'
Hello, guys. First of all I'm very new to Sage, and also this forum, so please be generous to my question..
So, I was wondering given a permutation, say
Permutation([1,2,3,4])
how can I change to a string of the form
'1234'
??
Thank you for any help.