# your code goes here n=3adj = [[]]*n print adj adj[0].append(1) print adj # expecting [[1], [], []]
Standard input is empty
[[], [], []] [[1], [1], [1]]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!