print "Hello world"temp = [[2,3,4],[1,50,33,-12]] row=temp[1]print(",".join(str(x) for x in row))
Standard input is empty
Hello world 1,50,33,-12
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!