def browser(x): return x def define(*urls): return list(map(browser, urls)) print define('1', '2', 3, [4,6,7])
Standard input is empty
['1', '2', 3, [4, 6, 7]]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!