import jsondata = [ {'name_last': 'Bill', 'name_first': 'Cobol', 'address': '32 Main Street'} ]print('Data:', repr(data))
Standard input is empty
('Data:', "[{'name_first': 'Cobol', 'name_last': 'Bill', 'address': '32 Main Street'}]")
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!