# your code goes here data = [[.0], [.1], [2.0], [3]]int_list = [ [int(i) for i in item] for item in data]print(int_list)
Standard input is empty
[[0], [0], [2], [3]]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!