animals = ['cat', 'dog', 'hamster']numbers = [10, 14, -5, 0]flags = [True, False, True]data = [animals, numbers]print(data)
Standard input is empty
[['cat', 'dog', 'hamster'], [10, 14, -5, 0]]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!