/run python
import random
hiromi = "ひろせこうみ"
print(''.join(random.sample(hiromi, len(hiromi))))
ろうせこひみ
Please Login to reply.
No replies yet.