from intertools import permutations perm = permutations('1234567890',10)for i in list(perm):print (i)
Standard input is empty
Standard output is empty
Error: near line 1: near "from": syntax error
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!