import random words=['test', 'word', 'lazy', 'help', 'verb', 'haha']random.shuffle(words)print(' '.join(words))
Standard input is empty
verb help lazy test word haha
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!