a = {}print(#a)a["foo"] = 1print(#a)a[2] = 1print(#a)a[1] = 1print(#a)
Standard input is empty
0 0 0 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!