# your code goes herelist = [1,2,3,4]print(list)print(type(list))
Standard input is empty
[1, 2, 3, 4] <class 'list'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!