x = set(('a','b','c'))y = set(('d','e','f')) for a in x: print(a) for b in y: print(a)
Standard input is empty
a a a a b b b b c c c c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!