# your code goes here # your code goes here L=[0]for x in range(1,11): L.append(x*x)print(L)
Standard input is empty
[0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!