import random memes=['jet', 'fuel', 'can\'t', 'melt', 'dank', 'memes']random.shuffle(memes)print(' '.join(memes))
Standard input is empty
jet can't dank memes melt fuel
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!