a=(1,2,3,4,5,6,7,8,9,10)import randomdef randgen(): random.sample(a,2) return random.sample(a,2)randgen()
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!